예제 #1
0
 public override bool Tick(AIInput g)
 {
     g.move(Player.transform.position);
     g.shoot();
     return(false);
 }