C# Class ChestControl.ChestManager

Show file Open project: Deathmax/Chest-Control Class Usage Examples

Public Properties

Property Type Description
ChestControlDirectory string
ChestLogPath string
ChestSavePath string

Public Methods

Method Description
GetChest ( int id ) : Chest
Load ( ) : void
Save ( ) : void

Private Methods

Method Description
VerifyChest ( int id, Vector2 pos ) : bool

Method Details

GetChest() public static method

public static GetChest ( int id ) : Chest
id int
return Chest

Load() public static method

public static Load ( ) : void
return void

Save() public static method

public static Save ( ) : void
return void

Property Details

ChestControlDirectory public static property

public static string ChestControlDirectory
return string

ChestLogPath public static property

public static string ChestLogPath
return string

ChestSavePath public static property

public static string ChestSavePath
return string