forked from Moux23333/FreeSR
12 lines
204 B
C#
12 lines
204 B
C#
namespace FreeSR.Proto
|
|
{
|
|
using ProtoBuf;
|
|
|
|
[ProtoContract]
|
|
public class ScenePlaneEventScNotify
|
|
{
|
|
[ProtoMember(10)] public ItemList Pfpnmfjblnh;
|
|
[ProtoMember(4)] public ItemList Begjmmncnai;
|
|
}
|
|
|
|
}
|