Shit's fucked, yo

This commit is contained in:
Ottermandias 2022-07-18 18:29:01 +02:00
parent 7af38aa2ce
commit a160276cc5
12 changed files with 507 additions and 429 deletions

View file

@ -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;