C# Class GTAVBETrainerDotNet.Configuration.MSPCustomSets

MSP custom set configurations
ファイルを表示 Open project: betenner/betrainer

Public Properties

Property Type Description
Items List

Public Methods

Method Description
LoadMSPCustomSets ( ) : void

Loads player model & skin & props custom sets

SaveMSPCustomSets ( ) : void

Saves player model & skin & props custom sets

Method Details

LoadMSPCustomSets() public static method

Loads player model & skin & props custom sets
public static LoadMSPCustomSets ( ) : void
return void

SaveMSPCustomSets() public static method

Saves player model & skin & props custom sets
public static SaveMSPCustomSets ( ) : void
return void

Property Details

Items public_oe static_oe property

Player Model & Skin & Props custom sets
public static List Items
return List