ClientJoin
This commit is contained in:
parent
6ee0b4fc73
commit
2e9fccd99a
1 changed files with 9 additions and 3 deletions
|
@ -27,9 +27,15 @@ namespace ZoFo.GameCore
|
|||
|
||||
public void GameEndedUnexpectedly(){ }
|
||||
|
||||
public void JoinRoom(){ }
|
||||
public void JoinRoom(string ip)
|
||||
{
|
||||
networkManager.JoinRoom(ip);
|
||||
}
|
||||
|
||||
public void JoinYourself(){ }
|
||||
public void JoinYourself()
|
||||
{
|
||||
networkManager.JoinYourself();
|
||||
}
|
||||
|
||||
internal void Update(GameTime gameTime)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue