public CoroutineHandle CustomStartBattleCoroutine() { if (CurData == null) { return(BattleCoroutine.Run(CustomStartBattleFlow())); } return(BattleCoroutine.Run(CurData.CustomStartBattleFlow())); }