Show / Hide Table of Contents

Class Ref

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

Properties

| Improve this Doc View Source

GM

Declaration
public static GameManager GM { get; }
Property Value
Type Description
GameManager
| Improve this Doc View Source

HC

Declaration
public static HeroController HC { get; }
Property Value
Type Description
HeroController
| Improve this Doc View Source

PD

Declaration
public static PlayerData PD { get; }
Property Value
Type Description
PlayerData
| Improve this Doc View Source

Settings

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

Methods

| Improve this Doc View Source

QuickSave(AbstractPlacement[])

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