implement tactic academy

This commit is contained in:
Mikhail
2024-07-15 14:05:30 -04:00
parent 005ad80095
commit db70b5068e
6 changed files with 131 additions and 1 deletions

View File

@@ -109,6 +109,7 @@ namespace nksrv.Utils
public NetOutpostBattleLevel OutpostBattleLevel = new() { Level = 1 };
public int GachaTutorialPlayCount = 0;
public List<int> CompletedTacticAcademyLessons = [];
// Event data
public Dictionary<int, EventData> EventInfo = new();