public CaptureManager() { this._interface = new CaptureInterface(); #if CLIENT this._camera = new CaptureCamera(Main.instance.GraphicsDevice); #endif }
public CaptureManager() { this._interface = new CaptureInterface(); this._camera = new CaptureCamera(Main.instance.GraphicsDevice); }
public CaptureManager() { _interface = new CaptureInterface(); _camera = new CaptureCamera(Main.instance.GraphicsDevice); }