mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:17:22 +01:00
cleanup and fix application issues
This commit is contained in:
parent
9cdd991fc2
commit
de7e9d7293
13 changed files with 338 additions and 298 deletions
12
MareSynchronos/PlayerData/Data/PlayerChanges.cs
Normal file
12
MareSynchronos/PlayerData/Data/PlayerChanges.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
namespace MareSynchronos.PlayerData.Pairs;
|
||||
|
||||
public enum PlayerChanges
|
||||
{
|
||||
Heels = 1,
|
||||
Customize = 2,
|
||||
Palette = 3,
|
||||
Honorific = 4,
|
||||
ModFiles = 5,
|
||||
ModManip = 6,
|
||||
Glamourer = 7
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue