/$(BaseDir)/Projects/115 ActionScript 3 - Flixel 2.5 Project/src/PlayState.as
ActionScript | 20 lines | 14 code | 6 blank | 0 comment | 0 complexity | 861acdb8c70b8d40b2762d124b2d721a MD5 | raw file
- package
- {
- import org.flixel.*;
- public class PlayState extends FlxState
- {
-
- override public function create():void
- {
-
- }
-
- override public function update():void
- {
- super.update();
- }
- }
- }