Exemplo n.º 1
0
 // Use this for initialization
 void Awake()
 {
     shipREF         = null;
     listWeaponState = new List <WeaponState>();
     typeOfShip      = Shoot.Origin.player;
 }
Exemplo n.º 2
0
 public void SetOrigin(Shoot.Origin origin)
 {
     typeOfShip = origin;
 }