refactor: 重构点券代理方法

Signed-off-by: 502647092 <admin@yumc.pw>
merge/1/MERGE
502647092 2016-11-10 20:33:25 +08:00
parent e56523ab95
commit 56a6b0137b
1 changed files with 7 additions and 0 deletions

View File

@ -19,6 +19,13 @@ public class PointAPI {
}
}
/**
* @return {@PlayerPointsAPI}
*/
public static PlayerPointsAPI getAPI() {
return api;
}
/**
*
*