[client] update render
This commit is contained in:
7
src/common/haxe/ru/m/geom/Position.hx
Normal file
7
src/common/haxe/ru/m/geom/Position.hx
Normal file
@@ -0,0 +1,7 @@
|
||||
package ru.m.geom;
|
||||
|
||||
typedef Position = {
|
||||
var x:Float;
|
||||
var y:Float;
|
||||
@:optional var direction:Direction;
|
||||
}
|
||||
Reference in New Issue
Block a user