fork from 1.3
This commit is contained in:
14
FreeSR.Proto/SceneActorInfo.cs
Normal file
14
FreeSR.Proto/SceneActorInfo.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace FreeSR.Proto
|
||||
{
|
||||
using ProtoBuf;
|
||||
|
||||
[ProtoContract]
|
||||
public class SceneActorInfo
|
||||
{
|
||||
[ProtoMember(9)] public int MapLayer;
|
||||
[ProtoMember(5)] public int Uid;
|
||||
[ProtoMember(2)] public AvatarType AvatarType;
|
||||
[ProtoMember(12)] public int BaseAvatarId;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user