|
|
|
|
|
|
using System.Collections; |
|
|
|
using System.Collections.Generic; |
|
|
|
/**Responsible for managing and creating a feedback icon where the player clicked to move */ |
|
|
|
[RequireComponent(typeof(ClientInputSender))] |
|
|
|
/// <summary>
|
|
|
|
/// Responsible for managing and creating a feedback icon where the player clicked to move
|
|
|
|
/// </summary>
|
|
|
|
[RequireComponent(typeof(ClientInputSender))] |
|
|
|
public class ClickFeedback : MonoBehaviour |
|
|
|
{ |
|
|
|
[SerializeField] |
|
|
|