Exemplo n.º 1
0
        public List <IAssetVO> GetPreloads()
        {
            BattleRecord battleRecord = null;

            if (this.replayResponseData != null)
            {
                battleRecord = this.replayResponseData.ReplayData;
            }
            return(MapDataLoaderUtils.GetBattleRecordPreloads(battleRecord));
        }
Exemplo n.º 2
0
        public List <IAssetVO> GetPreloads()
        {
            BattleRecord replayData = this.replayResponseData.ReplayData;

            return(MapDataLoaderUtils.GetBattleRecordPreloads(replayData));
        }
Exemplo n.º 3
0
 public unsafe static long $Invoke3(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(MapDataLoaderUtils.GetBattleRecordPreloads((BattleRecord)GCHandledObjects.GCHandleToObject(*args))));
 }