Add project files.

This commit is contained in:
Dima yawaflua Andreev
2024-06-22 23:21:48 +03:00
parent bc437be3dc
commit 7d6932fdc6
26 changed files with 626 additions and 0 deletions

13
Types/Enums/SkinPart.cs Normal file
View File

@@ -0,0 +1,13 @@
namespace SPWorldsApi.Types.Enums
{
public enum SkinPart
{
face,
front,
front_full,
head,
bust,
full,
skin
}
}