Package me.daddychurchill.CityWorld.Rooms.Populators

Source Code of me.daddychurchill.CityWorld.Rooms.Populators.BusinessWithStock

package me.daddychurchill.CityWorld.Rooms.Populators;

import me.daddychurchill.CityWorld.Plugins.RoomProvider;
import me.daddychurchill.CityWorld.Rooms.EmptyRoom;

public class BusinessWithStock extends RoomProvider {

  public BusinessWithStock() {
    super();
   
    roomTypes.add(new EmptyRoom());

    // shelves
    // cash register

  }

}
TOP

Related Classes of me.daddychurchill.CityWorld.Rooms.Populators.BusinessWithStock

TOP
Copyright © 2018 www.massapi.com. 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.