Search found 2 matches

by ank111
Thu Oct 31, 2024 3:20 pm
Forum: General Discussion for Easy Save 3
Topic: ES3.Save() does not save classes that have been inherited multiple times
Replies: 2
Views: 2404

ES3.Save() does not save classes that have been inherited multiple times

I wrote a save system for my quiz game. I decided to make a nested dictionary as Category -> Level -> Question list. Since nested dictionary would look bad (Dictionary<key,Dictionary<key,...>>), I wrote a built-in dictionary class. I created CategoryData, LevelData and QuestionData classes inherited...