Package me.daddychurchill.CityWorld.Rooms.Populators

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

package me.daddychurchill.CityWorld.Rooms.Populators;

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

public class OfficeWithNothing extends RoomProvider {

  public OfficeWithNothing() {
    super();

    roomTypes.add(new EmptyRoom());
  }

}
TOP

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

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.