RegisterAction() public method

public RegisterAction ( Api id, System act ) : bool
id Api
act System
return bool
Ejemplo n.º 1
0
 // 注册数据处理完后的一次性动作
 public bool RegisterAction(NetProto.Api.ENetMsgId id, System.Action <object> act)
 {
     return(dispatcher.RegisterAction(id, act));
 }