类 ActionDocs
java.lang.Object
com.iohao.game.action.skeleton.core.doc.ActionDocs
已过时。
action 文档管理
- 作者:
- 渔民小镇
- 日期:
- 2023-07-13
-
构造器概要
-
方法概要
修饰符和类型方法说明static ActionDoc
ofActionDoc
(int cmd, Class<?> controllerClazz) 已过时。获取 ActionDoc,如果 ActionDoc 不存在则创建
-
构造器详细资料
-
ActionDocs
public ActionDocs()已过时。
-
-
方法详细资料
-
ofActionDoc
已过时。获取 ActionDoc,如果 ActionDoc 不存在则创建- 参数:
cmd
- 主路由controllerClazz
- action class- 返回:
- 一定不为 null
-
IoGameDocumentHelper