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 {