refactor: Update Unity to 2022.3.62
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Cryville.Crtr.Skin.Components {
|
||||
SubmitProperty("zindex", new PropOp.Integer(v => ZIndex = (short)v));
|
||||
}
|
||||
|
||||
protected MeshWrapper mesh = new MeshWrapper();
|
||||
protected MeshWrapper mesh = new();
|
||||
protected Material[] materials;
|
||||
|
||||
short _zindex;
|
||||
|
Reference in New Issue
Block a user