Example #1
0
 internal void execute(BlackAction action)
 {
     this.Action = action;
     this.OnExecute();
 }
Example #2
0
 internal void execute(BlackAction action)
 {
     this.Action = action;
     this.OnExecute();
 }
Example #3
0
 internal void own(BlackAction action)
 {
     action.ControllerInstance = this;
 }
Example #4
0
 internal void own(BlackAction action)
 {
     action.ControllerInstance = this;
 }