C# 클래스 spaceconquest.HostScreen

상속: Screen
파일 보기 프로젝트 열기: cclay/spaceconquest

공개 메소드들

메소드 설명
ChatSend ( String input ) : void
Draw ( ) : void
HostScreen ( String ipstring ) : System
StartGame ( Object o, EventArgs e ) : void
Update ( ) : void

메소드 상세

ChatSend() 공개 메소드

public ChatSend ( String input ) : void
input String
리턴 void

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

HostScreen() 공개 메소드

public HostScreen ( String ipstring ) : System
ipstring String
리턴 System

StartGame() 공개 메소드

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

Update() 공개 메소드

public Update ( ) : void
리턴 void