Show / Hide Table of Contents

Class Ref

Inheritance
object
Ref
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.Internal
Assembly: ItemChanger.dll
Syntax
public static class Ref

Properties

View Source

GM

Declaration
public static GameManager GM { get; }
Property Value
Type Description
GameManager
View Source

HC

Declaration
public static HeroController HC { get; }
Property Value
Type Description
HeroController
View Source

PD

Declaration
public static PlayerData PD { get; }
Property Value
Type Description
PlayerData
View Source

Settings

Declaration
public static Settings Settings { get; }
Property Value
Type Description
Settings

Methods

View Source

QuickSave(params AbstractPlacement[])

Declaration
public static void QuickSave(params AbstractPlacement[] placements)
Parameters
Type Name Description
AbstractPlacement[] placements
  • View Source
In this article
Back to top Generated by DocFX