java.lang.Object
com.iohao.game.action.skeleton.protocol.wrapper.IntValue

@ProtobufClass public final class IntValue extends Object
int 包装类
作者:
渔民小镇
日期:
2023-02-10
  • 字段详细资料

    • value

      @Protobuf(fieldType=SINT32, order=1) public int value
      int 值
  • 构造器详细资料

    • IntValue

      public IntValue()
  • 方法详细资料

    • of

      public static IntValue of(int value)