From fcabb091099ab10e14cea72755553569c9b6d5f5 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 26 Nov 2021 17:30:56 +0800 Subject: [PATCH] 1 --- webapp/controller/ShopController.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 88d3e44..8202cdc 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() + { + + } + }