浏览代码

final small tweaks for ClickFeedback

/main
CGerrits SF 4 年前
当前提交
c7038104
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 8
      Assets/BossRoom/Scripts/Client/ClickFeedback.cs

8
Assets/BossRoom/Scripts/Client/ClickFeedback.cs


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]

正在加载...
取消
保存