WIP kicking by voting

This commit is contained in:
Regalis
2016-05-26 16:05:45 +03:00
parent 1d06522bd8
commit 310e85fd8c
5 changed files with 117 additions and 15 deletions

View File

@@ -47,7 +47,8 @@ namespace Barotrauma.Networking
Unknown,
Sub,
Mode,
EndRound
EndRound,
Kick
}
class NetworkMember
@@ -351,7 +352,6 @@ namespace Barotrauma.Networking
"Votes (y/n): " + EndVoteCount + "/" + (EndVoteMax - EndVoteCount), Color.White, null, 0, GUI.SmallFont);
}
}
}
public virtual bool SelectCrewCharacter(GUIComponent component, object obj)