C# Class ClientConsole, Slipe-Server

Inheritance: MonoBehaviour
显示文件 Open project: mta-slipe/Slipe-Server Class Usage Examples

Public Methods

Method Description
ClientConsole ( MtaServer, server ) : SlipeServer.Packets.Definitions.Commands
Output ( string message ) : void
OutputTo ( Player, player, string message ) : void

Method Details

ClientConsole() public method

public ClientConsole ( MtaServer, server ) : SlipeServer.Packets.Definitions.Commands
server MtaServer,
return SlipeServer.Packets.Definitions.Commands

Output() public method

public Output ( string message ) : void
message string
return void

OutputTo() public method

public OutputTo ( Player, player, string message ) : void
player Player,
message string
return void