diff --git a/sdk%2Fjs%2Fplayer%2FskinPart.md b/sdk%2Fjs%2Fplayer%2FskinPart.md index 532d3dc..9ffac90 100644 --- a/sdk%2Fjs%2Fplayer%2FskinPart.md +++ b/sdk%2Fjs%2Fplayer%2FskinPart.md @@ -5,5 +5,5 @@ import { SkinPart, getSkinPart } from "restfulmc-lib"; const partTexture: ArrayBuffer = await getSkinPart(SkinPart.HEAD, "Rainnny"); // Fetch the skin part -/// Do something with the texture +// Do something with the texture ``` \ No newline at end of file