mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Make some stuff work.
This commit is contained in:
parent
4eb46a9fff
commit
e79ee55f3b
8 changed files with 69 additions and 12 deletions
|
|
@ -61,7 +61,12 @@ public unsafe struct Customize
|
|||
|
||||
private static Customize GenerateDefault()
|
||||
{
|
||||
var ret = new Customize();
|
||||
var ret = new Customize
|
||||
{
|
||||
Race = Race.Hyur,
|
||||
Clan = SubRace.Midlander,
|
||||
Gender = Gender.Male,
|
||||
};
|
||||
ret.Set(CustomizeIndex.BodyType, (CustomizeValue)1);
|
||||
ret.Set(CustomizeIndex.Height, (CustomizeValue)50);
|
||||
ret.Set(CustomizeIndex.Face, (CustomizeValue)1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue