Package iryrwarosh

Examples of iryrwarosh.Factory


  private Item[] items;
  private Factory factory;
  private List<Item> chosen = new ArrayList<Item>();
 
  public ChooseStartingItemsScreen(){
    factory = new Factory();
    items = new Item[]{
      factory.sword(),
      factory.club(),
      factory.knife(),
      factory.spear(),
View Full Code Here

TOP

Related Classes of iryrwarosh.Factory

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.