示例#1
0
 protected ActionBase(ActionBase other)
 {
     //utilityAIComponent = other.utilityAIComponent;
 }
示例#2
0
 public void CloneFrom(ActionBase other)
 {
     //utilityAIComponent = other.utilityAIComponent;
 }