C# Class ServerTools.Whisper

Mostrar archivo Open project: dmustanger/7dtd-ServerTools

Public Methods

Method Description
Reply ( ClientInfo _cInfo, string _message ) : void
Send ( ClientInfo _cInfo, string _message ) : void

Method Details

Reply() public static method

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

Send() public static method

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