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