moisesjpelaez - Oimo Physics

This commit is contained in:
Onek8 2025-05-11 17:50:43 +00:00
parent 7969286fdc
commit 8aeaa0368e

View File

@ -2,6 +2,7 @@ package leenkx.trait.physics;
#if (!lnx_physics) #if (!lnx_physics)
class Hit { }
class PhysicsWorld extends iron.Trait { public function new() { super(); } } class PhysicsWorld extends iron.Trait { public function new() { super(); } }
#else #else