fork from 1.3
This commit is contained in:
12
FreeSR.Proto/AlleyPlacingShip.cs
Normal file
12
FreeSR.Proto/AlleyPlacingShip.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class AlleyPlacingShip
|
||||
{
|
||||
[ProtoMember(5)] public int ShipId;
|
||||
[ProtoMember(9)] public List<EIHNLGCGHNI> GoodsList;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user