fix:设置房间人数添加至少两人限制
This commit is contained in:
@@ -427,20 +427,6 @@ public class GameManager : NetworkBehaviour
|
||||
// }
|
||||
}
|
||||
|
||||
[ClientRpc]
|
||||
public void RpcShowWin(bool isBlue)
|
||||
{
|
||||
GameLocal.Ins.Settle.SetActive(false);
|
||||
if (isBlue)
|
||||
{
|
||||
GameLocal.Ins.BlueWin.SetActive(true);
|
||||
}
|
||||
else
|
||||
{
|
||||
GameLocal.Ins.RedWin.SetActive(true);
|
||||
}
|
||||
}
|
||||
|
||||
[ClientRpc]
|
||||
public void RpcShow()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user