Exemplo n.º 1
0
 public void Clear()
 {
     this.parent       = null;
     this.gameObject   = null;
     this.bulletName   = "";
     this.fireCoolDown = 0f;
     this.btlMove.Clear();
     this.camp = EnumCamp.Red;
 }
Exemplo n.º 2
0
 public BtlPlane()
 {
     this.btlBulletMgr        = new BtlBulletMgr();
     this.btlMove             = new BtlMove();
     this.btlBulletMgr.parent = this;
 }