Table of Contents

Class DivingBellComputer

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

Constructors

DivingBellComputer()

public DivingBellComputer()

Fields

m_cellPrefab

public GameObject m_cellPrefab

Field Value

GameObject

m_divingBell

public DivingBell m_divingBell

Field Value

DivingBell

m_spawnedCells

public Dictionary<Player, DivingBellSuitCellUI> m_spawnedCells

Field Value

Dictionary<Player, DivingBellSuitCellUI>

m_statusText

public TextMeshProUGUI m_statusText

Field Value

TextMeshProUGUI

Methods

LateUpdate()

public void LateUpdate()