Example #1
0
 public override void Update()
 {
     if (Input.GetKeyDown(KeyCode.Space))
     {
         m_CurCharacterObject.Attack(GameDefine.PropStar.SquareBomb);
     }
 }