-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels