Exemple #1
0
 static PersonalData()
 {
     Inventory           = new Inventory();
     Users               = new EoiUsers();
     ApplicationSettings = new ApplicationSettings();
     Blueprints          = new EoiBlueprints();
 }
Exemple #2
0
 private static void OnBlueprintsChanged(EoiBlueprints value)
 {
     // Nothing here ...
 }