C# Class GTAVBETrainerDotNet.Configuration.Location

Location configurations
ファイルを表示 Open project: betenner/betrainer

Public Properties

Property Type Description
Targets List

Public Methods

Method Description
LoadCustomLocations ( ) : void

Loads all custom locations

SaveCustomLocations ( ) : void

Saves custom locations

Method Details

LoadCustomLocations() public static method

Loads all custom locations
public static LoadCustomLocations ( ) : void
return void

SaveCustomLocations() public static method

Saves custom locations
public static SaveCustomLocations ( ) : void
return void

Property Details

Targets public_oe static_oe property

Custom locations
public static List Targets
return List