Table of Contents

Class BedBoss

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public class BedBoss : MonoBehaviour
Inheritance
BedBoss
Inherited Members
Extension Methods

Constructors

BedBoss()

public BedBoss()

Fields

beds

public List<BedBoss.Bed> beds

Field Value

List<BedBoss.Bed>

dontApply

public bool dontApply

Field Value

bool

materials

public Material[] materials

Field Value

Material[]

unusedBedMaterials

public Material[] unusedBedMaterials

Field Value

Material[]

view_g

public PhotonView view_g

Field Value

PhotonView

Methods

AssignBed(int, int)

[PunRPC]
public void AssignBed(int viewId, int siblingId)

Parameters

viewId int
siblingId int

Awake()

public void Awake()

OnDestroy()

public void OnDestroy()

OnPlayerJoined(Player)

public void OnPlayerJoined(Player player)

Parameters

player Player

Update()

public void Update()