Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
SunsetHigh
HeroSave
C# Class SunsetHigh.HeroSave
Structure for saving data about a Hero.
Datei anzeigen
Open project: ErraticUnicorn/MOSH
Class Usage Examples
Public Properties
Property
Type
Description
dir
Direction
followerID
PersonID
inventorySave
InventorySave
monologueSave
bool[]
name
string
reputationSave
int[]
x
int
y
int
Property Details
dir
public_oe property
public
Direction
dir
return
Direction
followerID
public_oe property
public
PersonID
followerID
return
PersonID
inventorySave
public_oe property
public
InventorySave,SunsetHigh
inventorySave
return
InventorySave
monologueSave
public_oe property
public
bool[]
monologueSave
return
bool[]
name
public_oe property
public
string
name
return
string
reputationSave
public_oe property
public
int[]
reputationSave
return
int[]
x
public_oe property
public
int
x
return
int
y
public_oe property
public
int
y
return
int