Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 308 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 308 Bytes

Minecraft Skin Loader for DotNet (.NET)

Basic usage

public MinecraftSkin mcSkin;

public void OnLoad(){
 mcSkin = new MinecraftSkin(Data.username);
 pictureBoxHead.Image = mcSkin.GetSkin(SkinType.Head);
}

Please look at the web page https://skins.mrhamzaless.com
Good luck!