C# Class ChestControl.ChestManager

Afficher le fichier Open project: Deathmax/Chest-Control Class Usage Examples

Méthodes publiques

Свойство Type Description
ChestControlDirectory string
ChestLogPath string
ChestSavePath string

Méthodes publiques

Méthode Description
GetChest ( int id ) : Chest
Load ( ) : void
Save ( ) : void

Private Methods

Méthode Description
VerifyChest ( int id, Vector2 pos ) : bool

Method Details

GetChest() public static méthode

public static GetChest ( int id ) : Chest
id int
Résultat Chest

Load() public static méthode

public static Load ( ) : void
Résultat void

Save() public static méthode

public static Save ( ) : void
Résultat void

Property Details

ChestControlDirectory public_oe static_oe property

public static string ChestControlDirectory
Résultat string

ChestLogPath public_oe static_oe property

public static string ChestLogPath
Résultat string

ChestSavePath public_oe static_oe property

public static string ChestSavePath
Résultat string