1using System.Collections.Generic;
3using System.Reflection;
92 private List<SourceData>
list =
new List<SourceData>();
116 Debug.Log(
"SourceManager Init");
123 FieldInfo[] fields = GetType().GetFields();
124 foreach (FieldInfo fieldInfo
in fields)
126 if (typeof(
SourceData).IsAssignableFrom(fieldInfo.FieldType))
189 item.ExportTexts(path);
197 item.ExportTexts(path, update:
true);
223 string text = Lang.setting.dir +
"validation.txt";
static void PublishEvent(string eventId, object data=null)
static SourceManager sources
static List< SourceElement.Row > ListAttackElements
SourceResearch researches
SourceHomeResource homeResources
SourceCollectible collectibles
SourceSpawnList spawnLists
void UpdateSourceTexts(string path)
SourceGlobalTile globalTiles
SourceCellEffect cellEffects
SourceCharaText charaText
SourceZoneAffix zoneAffixes
SourceCategory categories
void ExportSourceTexts(string path)