mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-09-23 08:52:26 +00:00
Created PSM Version 2
This commit is contained in:
@@ -12,12 +12,14 @@ namespace PckStudio.ModelSupport
|
||||
{
|
||||
public SkinModel Model { get; }
|
||||
public SkinANIM Anim { get; }
|
||||
public SkinGameFlags SkinFlags { get; }
|
||||
public Image Texture { get; }
|
||||
|
||||
public SkinModelInfo(Image texture, SkinANIM anim, SkinModel model)
|
||||
public SkinModelInfo(Image texture, SkinANIM anim, SkinGameFlags skinFlags, SkinModel model)
|
||||
{
|
||||
Texture = texture;
|
||||
Anim = anim;
|
||||
SkinFlags = skinFlags;
|
||||
Model = model;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user