Skip to content

Creates an null type of message #2

Description

@121077313

created message content:

//Generated by JavaToProto Generator v0.1 @ Tue Mar 26 10:43:58 CST 2013

message AutoAttacksVO{
message AttackResultVO{
optional sint64 attackId = 1;
optional sint32 spriteId = 2;
optional sint32 targetSpriteId = 3;
message Point{
optional sint32 x = 1;
optional sint32 y = 2;
}
repeated AutoAttacksVO.AttackResultVO.Point targetPoint = 4;
message BombVO{
optional sint32 weaponType = 1;
optional sint32 spriteId = 2;
optional sint32 hurt = 3;
}
repeated null bombs = 5;
}
repeated null attacks = 1;
}

attacks 、bombs type is null

Does not support this format?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions