public void SelectShopType(IShopStateActions newShopState)
 {
     shopShopModel.SelectShopType(newShopState);
 }
예제 #2
0
 public void setShopState(IShopStateActions currentState)
 {
     this.currentState = currentState;
 }
예제 #3
0
 public void SelectShopType(IShopStateActions newShopState)
 {
     shopContext.setShopState(newShopState);
     onInventoryUpdate?.Invoke();
 }