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

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


    EventCommandManagement.registerM(new PictureToneCommand(), 234);
    EventCommandManagement.registerM(new PictureDelCommand(), 235);

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

    EventCommandManagement.registerM(new AudioPlayCommand(), 249, 250, 245, 241);
    EventCommandManagement.registerM(new AudioStopCommand(), 242, 246, 247, 248, 251);

    EventCommandManagement.registerM(new BattleCommand(), 301, 999, 601, 602, 603);
    EventCommandManagement.registerM(new ShopCommand(), 302, 605);
    EventCommandManagement.registerM(new HeroInputCommand(), 303);
View Full Code Here

TOP

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

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.