Package com.monkygames.wo.avatar

Examples of com.monkygames.wo.avatar.Info


// ============= Internal Classes ============== //
// ============= Static Methods ============== //

    public static void main(String []args){
  HealthLoader hl = new HealthLoader("test.db");
  Info info = new Info();
  info.name = "TEST";
  HealthData hd = new HealthData();
  hd.info = info;
  System.out.println("Creating health data = "+hl.createHealthData(hd));
  System.out.println("Updating health data = "+hl.updateHealthData(hd));
View Full Code Here

TOP

Related Classes of com.monkygames.wo.avatar.Info

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.