Add some minor checks

This commit is contained in:
Jackzie 2021-09-23 14:38:14 -05:00
parent d5a4f2224f
commit 3f5959ec71
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
8 changed files with 138 additions and 59 deletions

View file

@ -1,15 +0,0 @@
public void MarkPlayer(int client, int marker) {
}
public void UnmarkPlayer(int client) {
}
public void IsPlayerMarked(int client) {
}
public void ToggleMarkPlayer(int client, marker) {
}