Advertisement
Uhfgood

old command code

Jan 12th, 2016
1,029
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Haxe 0.24 KB | None | 0 0
  1. typedef Command =
  2. {
  3.     eid : Int,
  4.     name : String,
  5.     x : Int,
  6.     y : Int,
  7.     timeStamp : Float  // timestamps are simply numbers, so in order to use it you might pass a loop number into the functions
  8. }
  9.  
  10. var commandList : Array<Command> = [];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement