Exemplo n.º 1
0
 public void ShootRight()
 {
     TranslateType = CTranslate.VectorRight;
     BulletAngle   = 0;
 }
Exemplo n.º 2
0
 public void ShootLeft()
 {
     TranslateType = CTranslate.VectorLeft;
     BulletAngle   = 180;
 }