private DataSourceBackend() { // Avatar must be before Student, because Student needs the default avatarID AvatarBackend = AvatarBackend.Instance; StudentBackend = StudentBackend.Instance; ShopInventoryBackend = ShopInventoryBackend.Instance; SchoolCalendarBackend = SchoolCalendarBackend.Instance; SchoolDismissalSettingsBackend = SchoolDismissalSettingsBackend.Instance; }
private DataSourceBackend() { // Avatar must be before Student, because Student needs the default avatarID AvatarBackend = AvatarBackend.Instance; StudentBackend = StudentBackend.Instance; }