fork from 1.3
This commit is contained in:
16
FreeSR.Proto/MLFJLICPKCK.cs
Normal file
16
FreeSR.Proto/MLFJLICPKCK.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class MLFJLICPKCK
|
||||
{
|
||||
[ProtoMember(9)] public bool IsVirtual;
|
||||
[ProtoMember(11)] public ExtraLineupType ExtraLineupType;
|
||||
[ProtoMember(3)] public int Index;
|
||||
[ProtoMember(6)] public int BaseAvatarId;
|
||||
[ProtoMember(1)] public int PlaneId;
|
||||
[ProtoMember(13)] public AvatarType AvatarType;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user