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