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