C# Class NetLib.PacketBicycleCommand

Inheritance: Packet
Datei anzeigen Open project: projectgroepA1/ProjectgroepA1 Class Usage Examples

Public Methods

Method Description
PacketBicycleCommand ( string command, int id ) : System
handleClientSide ( ClientInterface clientInterface ) : void
handleServerSide ( ServerInterface serverInterface ) : void

Method Details

PacketBicycleCommand() public method

public PacketBicycleCommand ( string command, int id ) : System
command string
id int
return System

handleClientSide() public method

public handleClientSide ( ClientInterface clientInterface ) : void
clientInterface ClientInterface
return void

handleServerSide() public method

public handleServerSide ( ServerInterface serverInterface ) : void
serverInterface ServerInterface
return void