forked from: Checkmate Vol.6 Amatuer

by takabo1212 forked from Checkmate Vol.6 Amatuer (diff: 1)
♥0 | Line 7 | Modified 2009-12-08 14:21:05 | MIT License
play

ActionScript3 source code

/**
 * Copyright takabo1212 ( http://wonderfl.net/user/takabo1212 )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/uwsX
 */

// forked from checkmate's Checkmate Vol.6 Amatuer
package {
    import flash.display.Sprite;
    public class CheckmateAmatuer extends Sprite {
        public function CheckmateAmatuer() {
            /*
            コードでエッチなものごとを描写してください。
            公序良俗は守ってください。
            
            Represent something sexual by codes.
            DO NOT be offensive to public order and morals.
            */
        }
    }
}