VirCaptureTower_EnterLevel

This commit is contained in:
Kei-Luna
2026-05-25 13:07:34 +09:00
parent bc69a072e1
commit 6bc9090c89
5 changed files with 226 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ public static class GameData
public static Dictionary<uint, VirCaptureLevelListExcel> VirCaptureLevelListData { get; private set; } = [];
public static Dictionary<ulong, MonsterCardExcel> MonsterCardData { get; private set; } = [];
public static Dictionary<uint, FishingFoodExcel> FishingFoodData { get; private set; } = [];
public static Dictionary<uint, VirCaptureTowerExcel> VirCaptureTowerData { get; private set; } = [];
}
public static class GameResourceTemplateId