default eztransform constructor

This commit is contained in:
APEX FIGHT 2025-01-02 18:19:24 -05:00
parent a06db78d42
commit 258f299fa0

View File

@ -29,7 +29,11 @@ public class CSNC : MonoBehaviour
rotation.Add(transform.rotation.z); rotation.Add(transform.rotation.z);
rotation.Add(transform.rotation.w); rotation.Add(transform.rotation.w);
} }
public EZtransform()
{
position = new List<float>();
rotation = new List<float>();
}
} }
private class CSNCObject private class CSNCObject
{ {