Gen7Data/Scripts/Interfaces/EffectParameterType.astypedef
Deukhoofd 40dcd8a407
Some checks failed
continuous-integration/drone/push Build is failing
Switch to astypedef, adds unit tests
2021-10-23 14:20:18 +02:00

8 lines
86 B
Plaintext

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