C# Class spaceconquest.HostScreen

Inheritance: Screen
显示文件 Open project: cclay/spaceconquest

Public Methods

Method Description
ChatSend ( String input ) : void
Draw ( ) : void
HostScreen ( String ipstring ) : System
StartGame ( Object o, EventArgs e ) : void
Update ( ) : void

Method Details

ChatSend() public method

public ChatSend ( String input ) : void
input String
return void

Draw() public method

public Draw ( ) : void
return void

HostScreen() public method

public HostScreen ( String ipstring ) : System
ipstring String
return System

StartGame() public method

public StartGame ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
return void

Update() public method

public Update ( ) : void
return void