mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 18:34:16 +01:00
12 lines
201 B
C#
12 lines
201 B
C#
namespace MareSynchronos.PlayerData.Pairs;
|
|
|
|
public enum PlayerChanges
|
|
{
|
|
Heels = 1,
|
|
Customize = 2,
|
|
Palette = 3,
|
|
Honorific = 4,
|
|
ModFiles = 5,
|
|
ModManip = 6,
|
|
Glamourer = 7
|
|
}
|