C# Class spaceconquest.ClientConnectScreen

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

Public Methods

Method Description
ChatSend ( String input ) : void
Draw ( ) : 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

Update() public method

public Update ( ) : void
return void