class ActionInstantBase : ActionBase { override bool IsInstant() { return true; } };