ResetFloor Class

MyDungeon

ResetFloor Class

ResetFloor resets the current floor in GameManager to 0
Inheritance Hierarchy
SystemObject  Object
    Component
      Behaviour
        MonoBehaviour
          MyDungeon.InitializationResetFloor

Namespace:  MyDungeon.Initialization
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class ResetFloor : MonoBehaviour

The ResetFloor type exposes the following members.

Constructors
  NameDescription
Public methodResetFloor
Initializes a new instance of the ResetFloor class
Top
Methods
  NameDescription
Protected methodStart
Resets the current floor in GameManager to 0
Top
Extension Methods
  NameDescription
Public Extension MethodInvoke
Invoke using a delegate
(Defined by MonoBehaviourExtensions.)
Top
See Also