Example #1
0
 public bool AutoShot(IBattlefield battlefield)
 {
     return(AutoShotMethod.Shoot(battlefield));
 }
Example #2
0
 protected void ChangeShotMethod(AutoShotMethod method)
 {
     Player.AutoShotMethod = method;
 }