C# Class ServerTools.AdminChat

Mostrar archivo Open project: dmustanger/7dtd-ServerTools

Public Properties

Property Type Description
IsEnabled bool

Public Methods

Method Description
SendAdmins ( ClientInfo _sender, string _message ) : void
SendAll ( ClientInfo _cInfo, string _message ) : void

Method Details

SendAdmins() public static method

public static SendAdmins ( ClientInfo _sender, string _message ) : void
_sender ClientInfo
_message string
return void

SendAll() public static method

public static SendAll ( ClientInfo _cInfo, string _message ) : void
_cInfo ClientInfo
_message string
return void

Property Details

IsEnabled public_oe static_oe property

public static bool IsEnabled
return bool