C# Class MCDawn.ProfanityFilter

显示文件 Open project: jonnyli1125/MCDawn Class Usage Examples

Public Methods

Method Description
Filter ( Player p, string message ) : string
Warn ( Player p ) : void

Method Details

Filter() public static method

public static Filter ( Player p, string message ) : string
p Player
message string
return string

Warn() public static method

public static Warn ( Player p ) : void
p Player
return void