Advertisement
Guest User

Untitled

a guest
Feb 8th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Haxe 0.15 KB | None | 0 0
  1. @prop
  2. commands: Array<TCommands> = [];
  3.  
  4. class XX {
  5.   init {
  6.    
  7.     if(enter || pressOk){
  8.         Signal.dispatch(commandName);
  9.     }
  10.   }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement