Progress on tutorial

This commit is contained in:
Regalis
2015-08-11 20:23:48 +03:00
parent f248ef528b
commit 5771bc7e02
34 changed files with 528 additions and 192 deletions

View File

@@ -136,7 +136,7 @@ namespace Subsurface.Networking
}
// Before main looping starts, we loop here and wait for approval message
private IEnumerable<Status> WaitForStartingInfo()
private IEnumerable<object> WaitForStartingInfo()
{
// When this is set to true, we are approved and ready to go
bool CanStart = false;