public Logger(InstanceManager im) { this.im = im; this.ifLog = false; this.ifBuildLog = false; }
public Timer(InstanceManager im) { this.im = im; this.timer = new List <TimerDelegate>(); this.work = false; }
public UIHelper(InstanceManager im) { this.im = im; }
public DataHelper(InstanceManager im) { this.gunInfoDict = new Dictionary <int, GunInfo>(); this.im = im; }
public UserLogin(InstanceManager im) { this.im = im; }
public Logger(InstanceManager im) { this.ifLog = true; this.im = im; fs = new FileStream(logFileName, FileMode.Append); }
public UpdateManager(InstanceManager im) { this.im = im; }
public ServerHelper(InstanceManager im) { this.im = im; this.serverList = new Dictionary <string, string>(); }
public ServerHelper(InstanceManager im) { this.im = im; this.serverList = new List <Models.ServerInfo>(); }