Esempio n. 1
0
 public AbortableAction(BotAction action, SimAborter thinker)
     : base(action.ToString())
 {
     Act     = action;
     Aborter = thinker;
 }
Esempio n. 2
0
 public AbortableAction(BotAction action, SimAborter thinker)
     : base(action.ToString())
 {
     Act = action;
     Aborter = thinker;
 }