proto文件更新
parent
eaa61b38af
commit
43990d9c85
|
|
@ -198,6 +198,9 @@ namespace Dof
|
||||||
[global::ProtoBuf.ProtoMember(1, Name = @"level_resource")]
|
[global::ProtoBuf.ProtoMember(1, Name = @"level_resource")]
|
||||||
public global::System.Collections.Generic.List<LevelResource> LevelResources { get; } = new global::System.Collections.Generic.List<LevelResource>();
|
public global::System.Collections.Generic.List<LevelResource> LevelResources { get; } = new global::System.Collections.Generic.List<LevelResource>();
|
||||||
|
|
||||||
|
[global::ProtoBuf.ProtoMember(2, Name = @"player_entered")]
|
||||||
|
public global::System.Collections.Generic.List<PlayerEnter> PlayerEntereds { get; } = new global::System.Collections.Generic.List<PlayerEnter>();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[global::ProtoBuf.ProtoContract()]
|
[global::ProtoBuf.ProtoContract()]
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,7 @@ message PlayerEntered {
|
||||||
|
|
||||||
message GameStart {
|
message GameStart {
|
||||||
repeated LevelResource level_resource = 1;
|
repeated LevelResource level_resource = 1;
|
||||||
|
repeated PlayerEnter player_entered = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message LevelPrepared {
|
message LevelPrepared {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue