Skip to content

Commit

Permalink
MySQL & Clan Creation rewrite.
Browse files Browse the repository at this point in the history
  • Loading branch information
Theoretical committed Aug 2, 2017
1 parent e8e8139 commit cf01c38
Show file tree
Hide file tree
Showing 4 changed files with 355 additions and 185 deletions.
5 changes: 1 addition & 4 deletions Bunny/Core/Globals.cs
Expand Up @@ -12,10 +12,7 @@ class PendingClan
public string ClanName;
public Client ClanMaster;
public Int32 RequestId;
public Pair<Client, bool> Member1;
public Pair<Client, bool> Member2;
public Pair<Client, bool> Member3;
public Pair<Client, bool> Member4;
public List<Pair<Client, bool>> Members;
}

class PendingClanWarRequest
Expand Down

0 comments on commit cf01c38

Please sign in to comment.