コード例 #1
0
ファイル: LobbyUiControl.cs プロジェクト: wkmoef/xdisme
 public void LogOut()
 {
     ChangePanel(LoginPanel, MainPanel);
     Ma.LoginOut();
 }