Interface GCGMsgUseSkillOuterClass.GCGMsgUseSkillOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GCGMsgUseSkillOuterClass.GCGMsgUseSkill, GCGMsgUseSkillOuterClass.GCGMsgUseSkill.Builder
Enclosing class:
GCGMsgUseSkillOuterClass

public static interface GCGMsgUseSkillOuterClass.GCGMsgUseSkillOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 card_guid = 10;
    int
    uint32 skill_id = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSkillId

      int getSkillId()
      uint32 skill_id = 3;
      Returns:
      The skillId.
    • getCardGuid

      int getCardGuid()
      uint32 card_guid = 10;
      Returns:
      The cardGuid.