C# Class ClientConsole, Slipe-Server

Inheritance: MonoBehaviour
Afficher le fichier Open project: mta-slipe/Slipe-Server Class Usage Examples

Méthodes publiques

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

Method Details

ClientConsole() public méthode

public ClientConsole ( MtaServer, server ) : SlipeServer.Packets.Definitions.Commands
server MtaServer,
Résultat SlipeServer.Packets.Definitions.Commands

Output() public méthode

public Output ( string message ) : void
message string
Résultat void

OutputTo() public méthode

public OutputTo ( Player, player, string message ) : void
player Player,
message string
Résultat void