Generate static data schema, use pascal case for it

This commit is contained in:
Mikhail Tyukin
2025-09-27 22:34:39 -04:00
parent 50d4d23e00
commit 29427ab515
115 changed files with 785236 additions and 2323 deletions

View File

@@ -11,7 +11,7 @@ namespace EpinelPS.LobbyServer.Shop.PackageShop
ResGetCampaignPackage response = new();
// TODO: Validate response from real server and pull info from user info
// TODO: ValIdate response from real server and pull info from user info
await WriteDataAsync(response);
}
}