mirror of
https://github.com/recroom2016/OpenRec.git
synced 2026-04-22 13:25:51 +00:00
Add project files.
This commit is contained in:
14
Avatar.cs
Normal file
14
Avatar.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace api
|
||||
{
|
||||
class Avatar
|
||||
{
|
||||
public string OutfitSelections { get; set; }
|
||||
public string HairColor { get; set; }
|
||||
public string SkinColor { get; set; }
|
||||
public string FaceFeatures { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user