back_recharge
wangyuan 2020-03-12 18:09:20 +08:00
parent 082671a2d9
commit 789730d3c7
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
package com.ljsd.jieling.kefu;
import com.ljsd.jieling.handler.map.MapLogic;
public class Cmd_viewmem extends GmAbstract{
@Override
public boolean exec(String[] args) throws Exception {
LOGGER.info("the season is={}",MapLogic.getInstance());
return true;
}
}