C# Class SunsetHigh.HeroSave

Structure for saving data about a Hero.
Mostrar archivo 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