Esempio n. 1
0
 public BTAIAction_GatherTarget(BTAIAction_GatherTarget prototype)
     : base(prototype)
 {
     m_target_gathering_param.CopyFrom(prototype.m_target_gathering_param);
 }
 public BTSKillAction_GatherTargets(BTSKillAction_GatherTargets prototype)
     : base(prototype)
 {
     m_target_gathering_param.CopyFrom(prototype.m_target_gathering_param);
 }