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

14 lines
206 B
C#

namespace FreeSR.Proto
{
using ProtoBuf;
[ProtoContract]
public class Material
{
[ProtoMember(4)] public int Tid;
[ProtoMember(5)] public int Num;
[ProtoMember(9)] public long Jfhkdolijdi;
}
}