mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-25 10:49:11 +00:00
10 lines
293 B
C#
10 lines
293 B
C#
|
namespace FSO.Server.Protocol.Voltron.DataService
|
|||
|
{
|
|||
|
public class AvatarAppearance
|
|||
|
{
|
|||
|
public ulong AvatarAppearance_BodyOutfitID { get; set; }
|
|||
|
public byte AvatarAppearance_SkinTone { get; set; }
|
|||
|
public ulong AvatarAppearance_HeadOutfitID { get; set; }
|
|||
|
}
|
|||
|
}
|