Ejemplo n.º 1
0
 public void Start()
 {
     _inventoryWatcher = new InventoryWatcher();
     _goldSetting      = GetComponent <GoldSetting>();
 }
Ejemplo n.º 2
0
 public void Initialize(
     InventoryWatcher watcher
     )
 {
     _watcher = watcher;
 }
Ejemplo n.º 3
0
 public void Start()
 {
     _inventoryWatcher = new InventoryWatcher();
     _unitSetting      = GetComponent <UnitSetting>();
 }