Class OverseerTutorialBehavior.InputInstruction.InputInstructionController
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public abstract class OverseerTutorialBehavior.InputInstruction.InputInstructionController
- Inheritance
-
OverseerTutorialBehavior.InputInstruction.InputInstructionController
- Derived
-
- Inherited Members
-
Constructors
public InputInstructionController(OverseerTutorialBehavior.InputInstruction instructionHologram, OverseerTutorialBehavior tutBehavior)
Parameters
instructionHologram OverseerTutorialBehavior.InputInstruction
tutBehavior OverseerTutorialBehavior
Fields
public OverseerTutorialBehavior.InputInstruction instructionHologram
Field Value
- OverseerTutorialBehavior.InputInstruction
public OverseerTutorialBehavior tutBehavior
Field Value
- OverseerTutorialBehavior
Properties
public Overseer overseer { get; }
Property Value
- Overseer
public Player player { get; }
Property Value
- Player
public Room room { get; }
Property Value
- Room
Methods
public virtual void Update()