fix the oversight of not adding Circle.hx

This commit is contained in:
2022-09-07 01:09:06 +00:00
parent 3558f8dbbc
commit f16c06b1c3

View File

@@ -0,0 +1,5 @@
package nat.components;
typedef Circle = {
radius:Float
};