예제 #1
0
 public List <Item> GetShopItems(ShopModel shopModel)
 {
     return(currentState.GetShopItems(shopModel));
 }