orange-van-60470
Haxe static public function get_data<T:Data>(type:Class<T>):Array<T> { var t:Type = cast type; return cast ALL_DATA.get(t); }