using System; using System.Collections.Generic; using System.Text; using Microsoft.Xna.Framework; namespace Game.Astropolis.HackerHavoc { interface Focus { Vector3 CameraPosition{ get;set;} } }