flash on 2012-6-16
♥0 |
Line 9 |
Modified 2012-06-16 06:33:29 |
MIT License
archived:2017-03-20 09:44:41
ActionScript3 source code
/**
* Copyright Pyr0Byt3 ( http://wonderfl.net/user/Pyr0Byt3 )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/cwBS
*/
package {
import flash.display.Sprite;
public class player extends Sprite {
private static const DEFAULT_HEALTH:uint = 0;
private var _health:uint = DEFAULT_HEALTH;
public function player() {
}
}
}