Example #1
0
 //InputController.Declare += (commandId, args) => { RpcId(1, Enum.GetName(commandId.GetType(), commandId), args); };
 public void Declare(CommandId commandId, params object[] args)
 {
     RpcId(1, Enum.GetName(commandId.GetType(), commandId), args);
 }