diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 88d3e448..8202cdcb 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -65,4 +65,9 @@ class ShopController extends BaseAuthedController { HeroSkin::addSkin($skinId); } + public function buyGunSkin() + { + + } + }