示例#1
0
 //Checks if enemy is near
 public override bool run()
 {
     return(e.isPlayerNear());
 }