IndieGame/client/Assets/Ether/Scripts/Module/Input/ReInput/ReInputEvent.cs
DOBEST\zhaoyingjie f242607587 初始化工程
2024-10-11 10:12:15 +08:00

11 lines
116 B
C#

using System.ComponentModel;
namespace Ether
{
public enum ReInputEvent
{
[Description("移动")]
Move,
}
}