Files
kiss-vscode/projects/nat-archive-tool/src/nat/components/Rectangle.hx

7 lines
83 B
Haxe

package nat.components;
typedef Rectangle = {
width:Float,
height:Float
}