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