package { import flash.display.Sprite; //import com.example.programmingas3.runtimeassetexplorer.RuntimeLibrary; public class actionscript_book_RuntimeAssetsExplorer_GeometricAssets extends Sprite implements actionscript_book_RuntimeAssetsExplorer_com_example_programmingas3_runtimeassetexplorer_RuntimeLibrary { public function actionscript_book_RuntimeAssetsExplorer_GeometricAssets() { } public function getAssets():Array { return [ "actionscript_book_RuntimeAssetsExplorer_com_example_programmingas3_runtimeassetexplorer_AnimatingBox", "actionscript_book_RuntimeAssetsExplorer_com_example_programmingas3_runtimeassetexplorer_AnimatingStar" ]; } } }