From 56a6b0137b0f2057737ce98c86199c4d97db5206 Mon Sep 17 00:00:00 2001 From: 502647092 Date: Thu, 10 Nov 2016 20:33:25 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E6=9E=84=E7=82=B9?= =?UTF-8?q?=E5=88=B8=E4=BB=A3=E7=90=86=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 502647092 --- .../java/pw/yumc/YumCore/plugin/playerpoints/PointAPI.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/java/pw/yumc/YumCore/plugin/playerpoints/PointAPI.java b/src/main/java/pw/yumc/YumCore/plugin/playerpoints/PointAPI.java index f1a37fb..b58b2d5 100644 --- a/src/main/java/pw/yumc/YumCore/plugin/playerpoints/PointAPI.java +++ b/src/main/java/pw/yumc/YumCore/plugin/playerpoints/PointAPI.java @@ -19,6 +19,13 @@ public class PointAPI { } } + /** + * @return 获取{@PlayerPointsAPI} + */ + public static PlayerPointsAPI getAPI() { + return api; + } + /** * 添加点券 *