Package proto_commands

Examples of proto_commands.SetRobberyToHidingPlace


    tree_commands.put("setordinarycardetails", new SetOrdinaryCarDetails());
    tree_commands.put("setpolicecardetails", new SetPoliceCarDetails());
    tree_commands.put("setrobberycardetails", new SetRobberyCarDetails());
    tree_commands.put("setrobberynextout", new SetRobberyNextOut());
    tree_commands.put("setrobberytoentryp", new SetRobberyToEntryP());
    tree_commands.put("setrobberytohidingplace", new SetRobberyToHidingPlace());
    tree_commands.put("setrobberyturnback", new SetRobberyTurnBack());
    tree_commands.put("showmap", new ShowMap());
    tree_commands.put("tick", new Tick());
    tree_commands.put("listid", new ListId());
    tree_commands.put("getbunnydetails", new GetBunnyDetails());
View Full Code Here

TOP

Related Classes of proto_commands.SetRobberyToHidingPlace

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.