public void SetAtkStrategy(Strategy_Atk Atk) { _Atk = Atk; }
public AI_Super_Class() { _Atk = null; _Move = null; }