mirror of
https://github.com/yawaflua/spworlds-csharp-library.git
synced 2025-12-10 04:29:25 +02:00
13 lines
128 B
C#
13 lines
128 B
C#
namespace spworlds.Types;
|
|
|
|
public enum SkinPart
|
|
{
|
|
face,
|
|
front,
|
|
front_full,
|
|
head,
|
|
bust,
|
|
full,
|
|
skin
|
|
}
|