#region File Description //----------------------------------------------------------------------------- // GameRules.cs // // Copyright (C) Quinque Equitatas. All rights reserved. //----------------------------------------------------------------------------- #endregion using System; using System.Collections.Generic; using System.Text; namespace WolfScion.WorldSystem { class StaticMap { /// /// StaticMap controls the board layout the players walk around in. /// Can dynamically load it if we get the chance. /// } }