SyntaxFix
Write A Post
Hire A Developer
Questions
Just another note that you can a id/string enum with the following:
class EnumyObjects{ public static BOUNCE={str:"Bounce",id:1}; public static DROP={str:"Drop",id:2}; public static FALL={str:"Fall",id:3}; }