예제 #1
0
 public void CloseShop(Guid cookie, Guid shopGuid)
 {
     if (_real != null)
     {
         _real.CloseShop(cookie, shopGuid);
     }
 }