C# Class LaunchServer.Settings

ファイルを表示 Open project: N3X15/MineEdit

Public Methods

Method Description
Get ( string k, string def ) : string
Init ( ) : void

Private Methods

Method Description
Save ( ) : void
Set ( string k, string v ) : void

Method Details

Get() public static method

public static Get ( string k, string def ) : string
k string
def string
return string

Init() public static method

public static Init ( ) : void
return void