Gen7Data/Scripts/Interfaces/EffectParameterType.astypedef

8 lines
86 B
Plaintext

enum EffectParameterType {
None = 0,
Bool = 1,
Int = 2,
Float = 3,
String = 4,
}