Class Dungeon1RoomTemplates
Inheritance
System.Object
Dungeon1RoomTemplates
Assembly: cs.temp.dll.dll
Syntax
public class Dungeon1RoomTemplates
Fields
Basic
Declaration
public List<GameObject> Basic
Field Value
Type |
Description |
System.Collections.Generic.List<GameObject> |
|
Boss
Declaration
public List<GameObject> Boss
Field Value
Type |
Description |
System.Collections.Generic.List<GameObject> |
|
BossEntrance
Declaration
public List<GameObject> BossEntrance
Field Value
Type |
Description |
System.Collections.Generic.List<GameObject> |
|
Cave
Declaration
public List<GameObject> Cave
Field Value
Type |
Description |
System.Collections.Generic.List<GameObject> |
|
Corridors
Declaration
public List<GameObject> Corridors
Field Value
Type |
Description |
System.Collections.Generic.List<GameObject> |
|
Entrance
Declaration
public List<GameObject> Entrance
Field Value
Type |
Description |
System.Collections.Generic.List<GameObject> |
|
Hub
Declaration
public List<GameObject> Hub
Field Value
Type |
Description |
System.Collections.Generic.List<GameObject> |
|
Social
Declaration
public List<GameObject> Social
Field Value
Type |
Description |
System.Collections.Generic.List<GameObject> |
|
Trap
Declaration
public List<GameObject> Trap
Field Value
Type |
Description |
System.Collections.Generic.List<GameObject> |
|
Methods
GetRoomTemplates(Dungeon1Room.RoomType)
Declaration
public List<GameObject> GetRoomTemplates(Dungeon1Room.RoomType roomType)
Parameters
Returns
Type |
Description |
System.Collections.Generic.List<GameObject> |
|