fixup endid indexer setter

This commit is contained in:
Lightczx
2024-03-06 14:04:04 +08:00
parent 2e685182e6
commit 46dd4db25c

View File

@@ -76,6 +76,9 @@ internal sealed class EndIds
case GachaType.ActivityWeapon:
WeaponEventWish = value;
break;
case GachaType.ActivityCity:
ChronicledWish = value;
break;
}
}
}