Gen7Data/Scripts/Interfaces/EffectParameterType.astypedef

8 lines
86 B
Plaintext
Raw Normal View History

2021-10-23 12:20:18 +00:00
enum EffectParameterType {
None = 0,
Bool = 1,
Int = 2,
Float = 3,
String = 4,
}