[client] update render

This commit is contained in:
2019-05-16 17:13:06 +03:00
parent cd7dd1984b
commit c1ff14111d
24 changed files with 479 additions and 114 deletions

View File

@@ -0,0 +1,7 @@
package ru.m.geom;
typedef Position = {
var x:Float;
var y:Float;
@:optional var direction:Direction;
}