mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-29 10:24:34 +00:00
Core(Box.cs) - Fix json property name for mirror/inflate
This commit is contained in:
@@ -15,10 +15,10 @@ namespace PckStudio.Core
|
||||
[JsonProperty("uv", Required = Required.Always)]
|
||||
public Vector2 Uv { get; } = uv;
|
||||
|
||||
[JsonProperty("mirror", NullValueHandling = NullValueHandling.Ignore)]
|
||||
[JsonProperty("inflate", NullValueHandling = NullValueHandling.Ignore)]
|
||||
public float Inflate { get; } = inflate;
|
||||
|
||||
[JsonProperty("inflate", NullValueHandling = NullValueHandling.Ignore)]
|
||||
[JsonProperty("mirror", NullValueHandling = NullValueHandling.Ignore)]
|
||||
public bool Mirror { get; } = mirror;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user