#include "Client.h"
#include "Fellowship.h"
#include "MasterServer.h"
Implements general functionality for fellowships.
TODO: Separate static and non-static (instance-based) functions. (Static functions should probably be in a fellowship manager file.) Make fellowship stat update messages active (sent periodically) rather than passive (sent for every change).