Esempio n. 1
0
 private void Awake()
 {
     _data = InventoryHandler.Load();
 }
Esempio n. 2
0
 public override void Load(TagCompound tag)
 {
     Init();
     inventory.Load(tag.GetCompound("inventory"));
 }