Update sdk/js/player/skinPart

Braydon 2024-04-15 12:57:20 -07:00
parent a078457ef2
commit c12b935d73

@ -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
```