export SkinPart enum
All checks were successful
Publish Package / build (push) Successful in 18s

This commit is contained in:
Lee
2024-04-16 23:10:51 +01:00
parent 14e1649be0
commit bf65923c00
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ type Skin = {
parts: Record<SkinPart, string>;
};
enum SkinPart {
export enum SkinPart {
HEAD = "head",
FACE = "face",
BODY = "body",