コード例 #1
0
        protected override bool DumpAsset(string calculatedModificationPath, ScenarioData asset,
                                          IAssetOrResourceLoadedContext context)
        {
            var cache = GetDumpCache(calculatedModificationPath, asset, context);

            foreach (var param in asset.list)
            {
                TextResourceHelper.DumpScenarioParam(param, cache);
            }

            return(true);
        }