public void ReloadScripts() { api = new API(); }
public void perform() { API.attack(card); }
public AIBot() { random = new System.Random(); api = new API(); }
/** * Implementation to perform the action. */ public void perform() { API.drop_card(card, pickup); }