armory/Sources/armory/trait/NavCrowd.hx
Lubos Lenco f24324a903 Fix DCE
2017-08-10 14:10:37 +02:00

11 lines
116 B
Haxe
Executable file

package armory.trait;
import iron.Trait;
class NavCrowd extends Trait {
public function new() {
super();
}
}