Esempio n. 1
0
 protected ActionBase(ActionBase other)
 {
     //utilityAIComponent = other.utilityAIComponent;
 }
Esempio n. 2
0
 public void CloneFrom(ActionBase other)
 {
     //utilityAIComponent = other.utilityAIComponent;
 }