fixup endid indexer getter

This commit is contained in:
Lightczx
2024-03-06 14:01:53 +08:00
parent 4f1bbd2e89
commit 2e685182e6

View File

@@ -55,6 +55,7 @@ internal sealed class EndIds
GachaType.Standard => StandardWish,
GachaType.ActivityAvatar => AvatarEventWish,
GachaType.ActivityWeapon => WeaponEventWish,
GachaType.ActivityCity => ChronicledWish,
_ => 0,
};
}