From 258f299fa01723639f5b5d00402fe0b213c867bf Mon Sep 17 00:00:00 2001 From: APEX FIGHT Date: Thu, 2 Jan 2025 18:19:24 -0500 Subject: [PATCH] default eztransform constructor --- Client/Unity/CSNC.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Client/Unity/CSNC.cs b/Client/Unity/CSNC.cs index a050eec..876a419 100644 --- a/Client/Unity/CSNC.cs +++ b/Client/Unity/CSNC.cs @@ -29,7 +29,11 @@ public class CSNC : MonoBehaviour rotation.Add(transform.rotation.z); rotation.Add(transform.rotation.w); } - + public EZtransform() + { + position = new List(); + rotation = new List(); + } } private class CSNCObject {