Package multididdy_model

Examples of multididdy_model.Model


    public Server myServer;
    public Client myClient;
   
    public Controller(){
       
        model = new Model();
        /*
        ConfigReader cr = new ConfigReader("./data/weapons/RocketLauncher/weapon.ini");
       
        Debug.p(""+cr.getInt("speed"));
        Debug.p(""+cr.getBool("explosion"));
View Full Code Here

TOP

Related Classes of multididdy_model.Model

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.