IndieGame/client/Assets/Ether/Editor/Input/InputActionDataTemp.txt

12 lines
138 B
Plaintext
Raw Normal View History

2024-10-11 10:12:15 +08:00

using System.Collections;
using System.Collections.Generic;
namespace Ether
{
public enum EtherInputType
{
%Content%
}
}