Package de.yaams.extensions.rgssproject.map.nevent.command

Examples of de.yaams.extensions.rgssproject.map.nevent.command.PictureToneCommand


    EventCommandManagement.registerM(new ScreenColorCommand(), 224);
    EventCommandManagement.registerM(new ScreenShakeCommand(), 225);

    EventCommandManagement.registerM(new PictureShowMoveCommand(), 231, 232);
    EventCommandManagement.registerM(new PictureRotateCommand(), 233);
    EventCommandManagement.registerM(new PictureToneCommand(), 234);
    EventCommandManagement.registerM(new PictureDelCommand(), 235);

    EventCommandManagement.registerM(new WeatherCommand(), 236);

    EventCommandManagement.registerM(new AudioPlayCommand(), 249, 250, 245, 241);
View Full Code Here

TOP

Related Classes of de.yaams.extensions.rgssproject.map.nevent.command.PictureToneCommand

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.