C# Class SunsetHigh.HeroSave

Structure for saving data about a Hero.
Show file 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 property

public Direction dir
return Direction

followerID public property

public PersonID followerID
return PersonID

inventorySave public property

public InventorySave,SunsetHigh inventorySave
return InventorySave

monologueSave public property

public bool[] monologueSave
return bool[]

name public property

public string name
return string

reputationSave public property

public int[] reputationSave
return int[]

x public property

public int x
return int

y public property

public int y
return int