Files
FreeSR/FreeSR.Proto/PropAeonInfo.cs
2024-01-27 21:06:07 +08:00

14 lines
220 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class PropAeonInfo
{
[ProtoMember(6)] public int DialogueGroupId;
[ProtoMember(15)] public int AeonId;
[ProtoMember(2)] public int AddExp;
}
}