C# Class MCDawn.Discourager

ファイルを表示 Open project: jonnyli1125/MCDawn Class Usage Examples

Public Properties

Property Type Description
discouraged List
filepath string

Public Methods

Method Description
AddDiscouraged ( string playername ) : void
LoadDiscouraged ( ) : void
RemoveDiscouraged ( string playername ) : void
SaveDiscouraged ( ) : void

Method Details

AddDiscouraged() public static method

public static AddDiscouraged ( string playername ) : void
playername string
return void

LoadDiscouraged() public static method

public static LoadDiscouraged ( ) : void
return void

RemoveDiscouraged() public static method

public static RemoveDiscouraged ( string playername ) : void
playername string
return void

SaveDiscouraged() public static method

public static SaveDiscouraged ( ) : void
return void

Property Details

discouraged public_oe static_oe property

public static List discouraged
return List

filepath public_oe static_oe property

public static string filepath
return string