CommandValues.hx 112 B

12345678910
  1. package textbox;
  2. typedef CommandValues =
  3. {
  4. command:Int,
  5. activated:Bool,
  6. arg1:Int,
  7. arg2:Int,
  8. arg3:Int
  9. };