示例#1
0
 /// <summary>
 /// Activate the spawn of the unit
 /// </summary>
 public override void Activate()
 {
     barrack.Spawn(unitLoc);
 }