Show / Hide Table of Contents

Class Application

This is the main application class

Inheritance
System.Object
Application
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: StoryVerse.Backend
Assembly: Assembly-CSharp.dll.dll
Syntax
public class Application

Properties

Browser

Declaration
public Browser Browser { get; set; }
Property Value
Type Description
Browser

Instance

Get an instance of this object

Declaration
public static Application Instance { get; }
Property Value
Type Description
Application

An Instance of Application

Player

Player Object to perform actions on the Player

Declaration
public Player Player { get; set; }
Property Value
Type Description
Player

An instance of Player

Shop

Declaration
public Shop Shop { get; }
Property Value
Type Description
Shop
Back to top Generated by DocFX