Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- typedef Command =
- {
- eid : Int,
- name : String,
- x : Int,
- y : Int,
- timeStamp : Float // timestamps are simply numbers, so in order to use it you might pass a loop number into the functions
- }
- var commandList : Array<Command> = [];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement