3D STL MODEL FOR CNC Subterrain item. 66310

In our studio we design high quality polygonal 3d models for CNC machines or 3d printers according to your preferences.

Vendor: 3d-66310

Category: Games

Reminder!

Order delivery time is 5-7 working days after payment
The link is sent to your email or messenger

  • The models are compatible with all CNC machines
  • We’ll adjust the STL to the required dimensions for free
  • We’ll divide the model into parts for free.

Subterrain import scala.collection.mutable import scala.collection.mutable.ListBuffer class Room(val x: Int, val y: Int, val z: Int, val typeOfRoom: RoomType.Value, val doors: ListBuffer[Door], val items: ListBuffer[Item]) { val monsters: ListBuffer[Monster] = new ListBuffer[Monster] val NPCs: ListBuffer[NPC] = new ListBuffer[NPC] val objects: ListBuffer[Object] = new ListBuffer[Object] val traps: ListBuffer[Trap] = new ListBuffer[Trap] val puzzles: ListBuffer[Puzzle] = new ListBuffer[Puzzle] val events: ListBuffer[Event] = new ListBuffer[Event] val roomActions: mutable.Map[String, () => Unit] = mutable.Map[String, () => Unit]() def addMonster(monster: Monster): Unit = { monsters += monster } def removeMonster(monster: Monster): Unit = { monsters -= monster } def addNPC(npc: NPC): Unit = { NPCs += npc } def removeNPC(npc: NPC): Unit = { NPCs -= npc }

To favorites
390$
FORMAT STL

for CNC and 3D printers.

STL
Add to cart
Ask a Question
Buy in 1 click
Similar Products

Order UP (Nc-codes)