proto文件更新
							parent
							
								
									eaa61b38af
								
							
						
					
					
						commit
						43990d9c85
					
				|  | @ -198,6 +198,9 @@ namespace Dof | |||
|         [global::ProtoBuf.ProtoMember(1, Name = @"level_resource")] | ||||
|         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()] | ||||
|  |  | |||
|  | @ -46,6 +46,7 @@ message PlayerEntered { | |||
| 
 | ||||
| message GameStart { | ||||
|   repeated LevelResource level_resource = 1; | ||||
|   repeated PlayerEnter player_entered = 2; | ||||
| } | ||||
| 
 | ||||
| message LevelPrepared { | ||||
|  | @ -83,4 +84,4 @@ message GameFinish { | |||
| 
 | ||||
| message PlayerLeave { | ||||
|   int64 cid = 1; | ||||
| } | ||||
| } | ||||
		Loading…
	
		Reference in New Issue
	
	 xiaohang
						xiaohang