Table of Contents

Class OverseerTutorialBehavior.InputInstruction.InputInstructionController

Namespace
Global
Assembly
Assembly-CSharp.dll
public abstract class OverseerTutorialBehavior.InputInstruction.InputInstructionController
Inheritance
OverseerTutorialBehavior.InputInstruction.InputInstructionController
Derived
Inherited Members

Constructors

InputInstructionController(InputInstruction, OverseerTutorialBehavior)

public InputInstructionController(OverseerTutorialBehavior.InputInstruction instructionHologram, OverseerTutorialBehavior tutBehavior)

Parameters

instructionHologram OverseerTutorialBehavior.InputInstruction
tutBehavior OverseerTutorialBehavior

Fields

instructionHologram

public OverseerTutorialBehavior.InputInstruction instructionHologram

Field Value

OverseerTutorialBehavior.InputInstruction

tutBehavior

public OverseerTutorialBehavior tutBehavior

Field Value

OverseerTutorialBehavior

Properties

overseer

public Overseer overseer { get; }

Property Value

Overseer

player

public Player player { get; }

Property Value

Player

room

public Room room { get; }

Property Value

Room

Methods

Update()

public virtual void Update()