Preparation of server-side collision calc.

This commit is contained in:
genxium
2022-09-26 23:09:18 +08:00
parent ff092a40ed
commit 14fb8e94b2
13 changed files with 270 additions and 3976 deletions

View File

@@ -7,7 +7,6 @@ import (
type Barrier struct {
X float64
Y float64
Type uint32
Boundary *Polygon2D
CollidableBody *box2d.B2Body
}