8 lines
192 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
package flash.display;
extern class Shape extends DisplayObject {
@:flash.property var graphics(get,never) : Graphics;
function new() : Void;
private function get_graphics() : Graphics;
}