style: format code
This commit is contained in:
parent
3f15516985
commit
ea77c98c2f
7 changed files with 14 additions and 14 deletions
|
|
@ -29,4 +29,4 @@ public class GBSUClient : MonoBehaviour
|
|||
{
|
||||
GBNetUtils.DisconnectSelf(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -191,4 +191,4 @@ Please refer to the documentation for more information.");
|
|||
error_dialog = GUILayout.Window(122, error_dialog, ShowError, "An error occurred!");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ public class Helper
|
|||
{
|
||||
string names = "";
|
||||
|
||||
foreach(FileInfo file in files)
|
||||
foreach (FileInfo file in files)
|
||||
{
|
||||
names = file.Name + " " + names;
|
||||
}
|
||||
|
|
@ -115,4 +115,4 @@ public class Helper
|
|||
LobbyManager.Instance.LobbyStates.SelfState = LobbyState.Game.Menu;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue