using Microsoft.Xna.Framework.Graphics; namespace FSO.Files.Utils { /// /// A texture used in the game world. /// public class WorldTexture { public Texture2D Pixel; public Texture2D ZBuffer; } }