23 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mId;
24 ::ll::TypedStorage<8, 16, ::mce::UUID> mUUID;
25 ::ll::TypedStorage<8, 32, ::std::string> mName;
26 ::ll::TypedStorage<8, 32, ::std::string> mXUID;
27 ::ll::TypedStorage<8, 32, ::std::string> mPlatformOnlineId;
28 ::ll::TypedStorage<4, 4, ::BuildPlatform> mBuildPlatform;
29 ::ll::TypedStorage<8, 528, ::SerializedSkin> mSkin;
30 ::ll::TypedStorage<4, 16, ::mce::Color> mColor;
31 ::ll::TypedStorage<1, 1, bool> mIsTeacher;
32 ::ll::TypedStorage<1, 1, bool> mIsHost;
33 ::ll::TypedStorage<1, 1, bool> mIsSubClient;
Definition PlayerListEntry.h:19