mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 18:07:22 +01:00
14 lines
No EOL
242 B
C#
14 lines
No EOL
242 B
C#
namespace MareSynchronos.PlayerData.Pairs;
|
|
|
|
public enum PlayerChanges
|
|
{
|
|
ModFiles = 1,
|
|
ModManip = 2,
|
|
Glamourer = 3,
|
|
Customize = 4,
|
|
Heels = 5,
|
|
Honorific = 7,
|
|
ForcedRedraw = 8,
|
|
Moodles = 9,
|
|
PetNames = 10,
|
|
} |