add all support card

This commit is contained in:
Kei-Luna
2026-04-28 15:23:42 +09:00
parent 1b4f3531d1
commit 94f972ff82
4 changed files with 43 additions and 0 deletions

View File

@@ -66,6 +66,10 @@ public class PlayerInstance(PlayerGameData data)
{
await CharacterManager.AddCharacter((ItemTypeEnum)card.Genre, card.Detail, card.Particular, card.Level, sendPacket:false);
}
foreach (var sc in GameData.SupportCardData)
{
await InventoryManager.AddSupportCardItem(sc.Detail, sc.Particular, sc.Level, sendPacket: false);
}
foreach (var supplies in GameData.AllSuppliesData)
{
await InventoryManager.AddSuppliesItem(supplies, 90000, false);