ConnectSinglePlayer2
This commit is contained in:
commit
2e5aeede16
1 changed files with 12 additions and 2 deletions
|
@ -27,12 +27,22 @@ namespace ZoFo.GameCore
|
|||
|
||||
public void GameEndedUnexpectedly(){ }
|
||||
|
||||
public void JoinRoom(){ }
|
||||
public void JoinRoom(string ip)
|
||||
{
|
||||
networkManager.JoinRoom(ip);
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
public void JoinYourself(){ networkManager.JoinYourself(); }
|
||||
=======
|
||||
public void JoinYourself()
|
||||
{
|
||||
networkManager.JoinYourself();
|
||||
}
|
||||
>>>>>>> 2e9fccd99a44f3e5ae11ac70f5e7282ec85d9f98
|
||||
|
||||
internal void Update(GameTime gameTime)
|
||||
{
|
||||
{
|
||||
}
|
||||
|
||||
internal void Draw(SpriteBatch spriteBatch)
|
||||
|
|
Loading…
Add table
Reference in a new issue