mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-24 10:56:28 +00:00
SkinPartOffset - Change member variables 'Type' and 'Value' to properties
This commit is contained in:
@@ -40,8 +40,8 @@ namespace PckStudio.Internal
|
||||
"BOOT1",
|
||||
};
|
||||
|
||||
public readonly string Type;
|
||||
public readonly float Value;
|
||||
public string Type { get; }
|
||||
public float Value { get; }
|
||||
|
||||
public SkinPartOffset(string type, float value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user