Пример #1
0
 protected ActionBase(ActionBase other)
 {
     //utilityAIComponent = other.utilityAIComponent;
 }
Пример #2
0
 public void CloneFrom(ActionBase other)
 {
     //utilityAIComponent = other.utilityAIComponent;
 }