Fix package

This commit is contained in:
luboslenco 2019-12-19 16:24:44 +01:00
parent 1f8aed23bf
commit ea75669161
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ package armory.trait.physics;
#if (!arm_physics)
class KinematicCharacterController extends Trait { public function new() { super(); } }
class KinematicCharacterController extends iron.Trait { public function new() { super(); } }
#else

View file

@ -2,7 +2,7 @@ package armory.trait.physics;
#if (!arm_physics)
class PhysicsConstraint extends Trait { public function new() { super(); } }
class PhysicsConstraint extends iron.Trait { public function new() { super(); } }
#else

View file

@ -2,7 +2,7 @@ package armory.trait.physics;
#if (!arm_physics)
class PhysicsHook extends Trait { public function new() { super(); } }
class PhysicsHook extends iron.Trait { public function new() { super(); } }
#else