Package proto_commands

Examples of proto_commands.GetRobberyNextCrossOuts


    tree_commands.put("getcarsfromroute", new GetCarsFromRoute());
    tree_commands.put("getmaplist", new GetMapList());
    tree_commands.put("getordinarycardetails", new GetOrdinaryCarDetails());
    tree_commands.put("getpolicecardetails", new GetPoliceCarDetails());
    tree_commands.put("getrobberycardetails", new GetRobberyCarDetails());
    tree_commands.put("getrobberynextcrossouts", new GetRobberyNextCrossOuts());
    tree_commands.put("hackpolicetorobberyposition", new HackPoliceToRobberyPosition());
    tree_commands.put("hackpolicetoroute", new HackPoliceToRoute());
    tree_commands.put("setgreeninterval", new SetGreenInterval());
    tree_commands.put("setordinarycardetails", new SetOrdinaryCarDetails());
    tree_commands.put("setpolicecardetails", new SetPoliceCarDetails());
View Full Code Here

TOP

Related Classes of proto_commands.GetRobberyNextCrossOuts

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.