IndieGame/client/Assets/Ether/Scripts/Module/Input/ReInput/ReInputEvent.cs

11 lines
116 B
C#
Raw Normal View History

2024-10-11 10:12:15 +08:00
using System.ComponentModel;
namespace Ether
{
public enum ReInputEvent
{
[Description("移动")]
Move,
}
}