forked from Moux23333/FreeSR
13 lines
206 B
C#
13 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;
|
|
}
|
|
|
|
}
|