using System; namespace Wizard; public class AIAttachPlayerBattleEventCache { public Action AllyAddCemeteryEvent; public Action OpponentAddCemeteryEvent; public Action OpponentTurnStartCompleteEvent; public Action AllyTurnStartCompleteEvent; public Action AllySelfTurnEndEvent; public Action OpponentSelfTurnEndEvent; }