Esempio n. 1
0
 public static T Get <T>() where T : SaveDataBlock, new()
 {
     return(_activeSaveDataFile.Get <T>());
 }