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