Ejemplo n.º 1
0
 public BehaviorReturnCode Shoot()
 {
     weaponController.Shoot();
     return(BehaviorReturnCode.Success);
 }