mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-15 13:14:17 +01:00
Shit's fucked, yo
This commit is contained in:
parent
7af38aa2ce
commit
a160276cc5
12 changed files with 507 additions and 429 deletions
|
|
@ -16,6 +16,9 @@ public readonly unsafe struct CharacterCustomization
|
|||
public CharacterCustomization(CustomizationData* data)
|
||||
=> _data = data;
|
||||
|
||||
public void Load(CharacterCustomization other)
|
||||
=> *_data = *other._data;
|
||||
|
||||
public ref Race Race
|
||||
=> ref _data->Race;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue