易经宝库gm
parent
a7c2a5a71f
commit
c03ae4a02f
|
@ -0,0 +1,18 @@
|
|||
package com.ljsd.jieling.kefu;
|
||||
|
||||
import com.ljsd.jieling.logic.dao.root.User;
|
||||
/**
|
||||
* @Author hj
|
||||
* @Date 2021/10/28 17:11:17
|
||||
* @Description: 易经宝库层数 命令: sublay 层数
|
||||
* @Version 1.0
|
||||
*/
|
||||
public class Cmd_sublay extends GmRoleAbstract{
|
||||
@Override
|
||||
public boolean exec(String[] args) throws Exception {
|
||||
int anInt = Integer.parseInt(args[0]);
|
||||
User user = getUser();
|
||||
user.getActivityManager().getSubRewardPoolInfo().setLay(anInt);
|
||||
return true;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue