C# Class AcManager.Tools.GameProperties.SrsMark

Inheritance: Game.RaceIniProperties
Show file Open project: gro-ove/actools

Public Properties

Property Type Description
Name string

Public Methods

Method Description
GetName ( ) : string
Set ( IniFile file ) : void
SetName ( string name ) : void

Method Details

GetName() public static method

public static GetName ( ) : string
return string

Set() public method

public Set ( IniFile file ) : void
file IniFile
return void

SetName() public static method

public static SetName ( string name ) : void
name string
return void

Property Details

Name public property

public string Name
return string