fork from 1.3
This commit is contained in:
14
FreeSR.Proto/DoGachaCsReq.cs
Normal file
14
FreeSR.Proto/DoGachaCsReq.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class DoGachaCsReq
|
||||
{
|
||||
[ProtoMember(10)] public int GachaId;
|
||||
[ProtoMember(9)] public int GachaRandom;
|
||||
[ProtoMember(6)] public int GachaNum;
|
||||
[ProtoMember(15)] public int SimulateMagic;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user