1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-18 19:34:31 +02:00
MLEM/Docs/api/.manifest
2020-05-21 01:08:36 +02:00

1136 lines
120 KiB
Text

{
"MLEM.Animations": "MLEM.Animations.yml",
"MLEM.Animations.AnimationFrame": "MLEM.Animations.AnimationFrame.yml",
"MLEM.Animations.AnimationFrame.#ctor(MLEM.Textures.TextureRegion,System.Double)": "MLEM.Animations.AnimationFrame.yml",
"MLEM.Animations.AnimationFrame.Region": "MLEM.Animations.AnimationFrame.yml",
"MLEM.Animations.AnimationFrame.Seconds": "MLEM.Animations.AnimationFrame.yml",
"MLEM.Animations.SpriteAnimation": "MLEM.Animations.SpriteAnimation.yml",
"MLEM.Animations.SpriteAnimation.#ctor(MLEM.Animations.AnimationFrame[])": "MLEM.Animations.SpriteAnimation.yml",
"MLEM.Animations.SpriteAnimation.#ctor(System.Double,Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle[])": "MLEM.Animations.SpriteAnimation.yml",
"MLEM.Animations.SpriteAnimation.#ctor(System.Double,MLEM.Textures.TextureRegion[])": "MLEM.Animations.SpriteAnimation.yml",
"MLEM.Animations.SpriteAnimation.Completed": "MLEM.Animations.SpriteAnimation.Completed.yml",
"MLEM.Animations.SpriteAnimation.CurrentFrame": "MLEM.Animations.SpriteAnimation.yml",
"MLEM.Animations.SpriteAnimation.CurrentRegion": "MLEM.Animations.SpriteAnimation.yml",
"MLEM.Animations.SpriteAnimation.IsFinished": "MLEM.Animations.SpriteAnimation.yml",
"MLEM.Animations.SpriteAnimation.IsLooping": "MLEM.Animations.SpriteAnimation.yml",
"MLEM.Animations.SpriteAnimation.IsPaused": "MLEM.Animations.SpriteAnimation.yml",
"MLEM.Animations.SpriteAnimation.Item(System.Int32)": "MLEM.Animations.SpriteAnimation.yml",
"MLEM.Animations.SpriteAnimation.Name": "MLEM.Animations.SpriteAnimation.yml",
"MLEM.Animations.SpriteAnimation.OnCompleted": "MLEM.Animations.SpriteAnimation.yml",
"MLEM.Animations.SpriteAnimation.Restart": "MLEM.Animations.SpriteAnimation.yml",
"MLEM.Animations.SpriteAnimation.SpeedMultiplier": "MLEM.Animations.SpriteAnimation.yml",
"MLEM.Animations.SpriteAnimation.TimeIntoAnimation": "MLEM.Animations.SpriteAnimation.yml",
"MLEM.Animations.SpriteAnimation.TotalTime": "MLEM.Animations.SpriteAnimation.yml",
"MLEM.Animations.SpriteAnimation.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Animations.SpriteAnimation.yml",
"MLEM.Animations.SpriteAnimationGroup": "MLEM.Animations.SpriteAnimationGroup.yml",
"MLEM.Animations.SpriteAnimationGroup.Add(MLEM.Animations.SpriteAnimation,System.Func{System.Boolean},System.Int32)": "MLEM.Animations.SpriteAnimationGroup.yml",
"MLEM.Animations.SpriteAnimationGroup.AnimationChanged": "MLEM.Animations.SpriteAnimationGroup.AnimationChanged.yml",
"MLEM.Animations.SpriteAnimationGroup.ByName(System.String)": "MLEM.Animations.SpriteAnimationGroup.yml",
"MLEM.Animations.SpriteAnimationGroup.CurrentAnimation": "MLEM.Animations.SpriteAnimationGroup.yml",
"MLEM.Animations.SpriteAnimationGroup.CurrentFrame": "MLEM.Animations.SpriteAnimationGroup.yml",
"MLEM.Animations.SpriteAnimationGroup.CurrentRegion": "MLEM.Animations.SpriteAnimationGroup.yml",
"MLEM.Animations.SpriteAnimationGroup.OnAnimationChanged": "MLEM.Animations.SpriteAnimationGroup.yml",
"MLEM.Animations.SpriteAnimationGroup.SpeedMultiplier": "MLEM.Animations.SpriteAnimationGroup.yml",
"MLEM.Animations.SpriteAnimationGroup.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Animations.SpriteAnimationGroup.yml",
"MLEM.Cameras": "MLEM.Cameras.yml",
"MLEM.Cameras.Camera": "MLEM.Cameras.Camera.yml",
"MLEM.Cameras.Camera.#ctor(Microsoft.Xna.Framework.Graphics.GraphicsDevice,System.Boolean)": "MLEM.Cameras.Camera.yml",
"MLEM.Cameras.Camera.ActualScale": "MLEM.Cameras.Camera.yml",
"MLEM.Cameras.Camera.AutoScaleReferenceSize": "MLEM.Cameras.Camera.yml",
"MLEM.Cameras.Camera.AutoScaleWithScreen": "MLEM.Cameras.Camera.yml",
"MLEM.Cameras.Camera.ConstrainWorldBounds(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2)": "MLEM.Cameras.Camera.yml",
"MLEM.Cameras.Camera.GetVisibleRectangle": "MLEM.Cameras.Camera.yml",
"MLEM.Cameras.Camera.LookingPosition": "MLEM.Cameras.Camera.yml",
"MLEM.Cameras.Camera.Max": "MLEM.Cameras.Camera.yml",
"MLEM.Cameras.Camera.MaxScale": "MLEM.Cameras.Camera.yml",
"MLEM.Cameras.Camera.MinScale": "MLEM.Cameras.Camera.yml",
"MLEM.Cameras.Camera.Position": "MLEM.Cameras.Camera.yml",
"MLEM.Cameras.Camera.Scale": "MLEM.Cameras.Camera.yml",
"MLEM.Cameras.Camera.ToCameraPos(Microsoft.Xna.Framework.Vector2)": "MLEM.Cameras.Camera.yml",
"MLEM.Cameras.Camera.ToWorldPos(Microsoft.Xna.Framework.Vector2)": "MLEM.Cameras.Camera.yml",
"MLEM.Cameras.Camera.ViewMatrix": "MLEM.Cameras.Camera.yml",
"MLEM.Cameras.Camera.Zoom(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2})": "MLEM.Cameras.Camera.yml",
"MLEM.Content": "MLEM.Content.yml",
"MLEM.Content.RawContentManager": "MLEM.Content.RawContentManager.yml",
"MLEM.Content.RawContentManager.#ctor(System.IServiceProvider,System.String)": "MLEM.Content.RawContentManager.yml",
"MLEM.Content.RawContentManager.GraphicsDevice": "MLEM.Content.RawContentManager.yml",
"MLEM.Content.RawContentManager.Initialize": "MLEM.Content.RawContentManager.yml",
"MLEM.Content.RawContentManager.Load``1(System.String)": "MLEM.Content.RawContentManager.yml",
"MLEM.Content.RawContentManager.ReloadAsset``1(System.String,``0)": "MLEM.Content.RawContentManager.yml",
"MLEM.Content.RawContentManager.Unload": "MLEM.Content.RawContentManager.yml",
"MLEM.Content.RawContentReader": "MLEM.Content.RawContentReader.yml",
"MLEM.Content.RawContentReader.CanRead(System.Type)": "MLEM.Content.RawContentReader.yml",
"MLEM.Content.RawContentReader.GetFileExtensions": "MLEM.Content.RawContentReader.yml",
"MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)": "MLEM.Content.RawContentReader.yml",
"MLEM.Content.RawContentReader`1": "MLEM.Content.RawContentReader-1.yml",
"MLEM.Content.RawContentReader`1.CanRead(System.Type)": "MLEM.Content.RawContentReader-1.yml",
"MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0)": "MLEM.Content.RawContentReader-1.yml",
"MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)": "MLEM.Content.RawContentReader-1.yml",
"MLEM.Content.SongReader": "MLEM.Content.SongReader.yml",
"MLEM.Content.SongReader.GetFileExtensions": "MLEM.Content.SongReader.yml",
"MLEM.Content.SongReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Media.Song)": "MLEM.Content.SongReader.yml",
"MLEM.Content.SoundEffectReader": "MLEM.Content.SoundEffectReader.yml",
"MLEM.Content.SoundEffectReader.GetFileExtensions": "MLEM.Content.SoundEffectReader.yml",
"MLEM.Content.SoundEffectReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Audio.SoundEffect)": "MLEM.Content.SoundEffectReader.yml",
"MLEM.Content.Texture2DReader": "MLEM.Content.Texture2DReader.yml",
"MLEM.Content.Texture2DReader.GetFileExtensions": "MLEM.Content.Texture2DReader.yml",
"MLEM.Content.Texture2DReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,Microsoft.Xna.Framework.Graphics.Texture2D)": "MLEM.Content.Texture2DReader.yml",
"MLEM.Content.XmlReader": "MLEM.Content.XmlReader.yml",
"MLEM.Content.XmlReader.CanRead(System.Type)": "MLEM.Content.XmlReader.yml",
"MLEM.Content.XmlReader.GetFileExtensions": "MLEM.Content.XmlReader.yml",
"MLEM.Content.XmlReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)": "MLEM.Content.XmlReader.yml",
"MLEM.Data": "MLEM.Data.yml",
"MLEM.Data.ContentExtensions": "MLEM.Data.ContentExtensions.yml",
"MLEM.Data.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter)": "MLEM.Data.ContentExtensions.yml",
"MLEM.Data.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)": "MLEM.Data.ContentExtensions.yml",
"MLEM.Data.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String)": "MLEM.Data.ContentExtensions.yml",
"MLEM.Data.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.ContentExtensions.yml",
"MLEM.Data.Json": "MLEM.Data.Json.yml",
"MLEM.Data.Json.Direction2Converter": "MLEM.Data.Json.Direction2Converter.yml",
"MLEM.Data.Json.Direction2Converter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,MLEM.Misc.Direction2,System.Boolean,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.Direction2Converter.yml",
"MLEM.Data.Json.Direction2Converter.WriteJson(Newtonsoft.Json.JsonWriter,MLEM.Misc.Direction2,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.Direction2Converter.yml",
"MLEM.Data.Json.JsonConverters": "MLEM.Data.Json.JsonConverters.yml",
"MLEM.Data.Json.JsonConverters.AddAll(Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.JsonConverters.yml",
"MLEM.Data.Json.JsonConverters.Converters": "MLEM.Data.Json.JsonConverters.yml",
"MLEM.Data.Json.PointConverter": "MLEM.Data.Json.PointConverter.yml",
"MLEM.Data.Json.PointConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Point,System.Boolean,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.PointConverter.yml",
"MLEM.Data.Json.PointConverter.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Point,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.PointConverter.yml",
"MLEM.Data.Json.RawJsonReader": "MLEM.Data.Json.RawJsonReader.yml",
"MLEM.Data.Json.RawJsonReader.CanRead(System.Type)": "MLEM.Data.Json.RawJsonReader.yml",
"MLEM.Data.Json.RawJsonReader.GetFileExtensions": "MLEM.Data.Json.RawJsonReader.yml",
"MLEM.Data.Json.RawJsonReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)": "MLEM.Data.Json.RawJsonReader.yml",
"MLEM.Data.Json.RectangleConverter": "MLEM.Data.Json.RectangleConverter.yml",
"MLEM.Data.Json.RectangleConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Rectangle,System.Boolean,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.RectangleConverter.yml",
"MLEM.Data.Json.RectangleConverter.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Rectangle,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.RectangleConverter.yml",
"MLEM.Data.Json.RectangleFConverter": "MLEM.Data.Json.RectangleFConverter.yml",
"MLEM.Data.Json.RectangleFConverter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,MLEM.Misc.RectangleF,System.Boolean,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.RectangleFConverter.yml",
"MLEM.Data.Json.RectangleFConverter.WriteJson(Newtonsoft.Json.JsonWriter,MLEM.Misc.RectangleF,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.RectangleFConverter.yml",
"MLEM.Data.Json.Vector2Converter": "MLEM.Data.Json.Vector2Converter.yml",
"MLEM.Data.Json.Vector2Converter.ReadJson(Newtonsoft.Json.JsonReader,System.Type,Microsoft.Xna.Framework.Vector2,System.Boolean,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.Vector2Converter.yml",
"MLEM.Data.Json.Vector2Converter.WriteJson(Newtonsoft.Json.JsonWriter,Microsoft.Xna.Framework.Vector2,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.Json.Vector2Converter.yml",
"MLEM.Data.NetBufferSerializer": "MLEM.Data.NetBufferSerializer.yml",
"MLEM.Data.NetBufferSerializer.#ctor": "MLEM.Data.NetBufferSerializer.yml",
"MLEM.Data.NetBufferSerializer.AddHandler``1(Newtonsoft.Json.JsonSerializer)": "MLEM.Data.NetBufferSerializer.yml",
"MLEM.Data.NetBufferSerializer.AddHandler``1(System.Action{Lidgren.Network.NetBuffer,``0},System.Func{Lidgren.Network.NetBuffer,``0})": "MLEM.Data.NetBufferSerializer.yml",
"MLEM.Data.NetBufferSerializer.Deserialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags)": "MLEM.Data.NetBufferSerializer.yml",
"MLEM.Data.NetBufferSerializer.Serialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags)": "MLEM.Data.NetBufferSerializer.yml",
"MLEM.Data.NetExtensions": "MLEM.Data.NetExtensions.yml",
"MLEM.Data.NetExtensions.ReadDirection(Lidgren.Network.NetBuffer)": "MLEM.Data.NetExtensions.yml",
"MLEM.Data.NetExtensions.ReadGuid(Lidgren.Network.NetBuffer)": "MLEM.Data.NetExtensions.yml",
"MLEM.Data.NetExtensions.ReadObject``1(Lidgren.Network.NetBuffer,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.NetExtensions.yml",
"MLEM.Data.NetExtensions.ReadVector2(Lidgren.Network.NetBuffer)": "MLEM.Data.NetExtensions.yml",
"MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,Microsoft.Xna.Framework.Vector2)": "MLEM.Data.NetExtensions.yml",
"MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,MLEM.Misc.Direction2)": "MLEM.Data.NetExtensions.yml",
"MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,System.Guid)": "MLEM.Data.NetExtensions.yml",
"MLEM.Data.NetExtensions.WriteObject``1(Lidgren.Network.NetBuffer,``0,Newtonsoft.Json.JsonSerializer)": "MLEM.Data.NetExtensions.yml",
"MLEM.Extended.Extensions": "MLEM.Extended.Extensions.yml",
"MLEM.Extended.Extensions.NumberExtensions": "MLEM.Extended.Extensions.NumberExtensions.yml",
"MLEM.Extended.Extensions.NumberExtensions.ToExtended(MLEM.Misc.RectangleF)": "MLEM.Extended.Extensions.NumberExtensions.yml",
"MLEM.Extended.Extensions.NumberExtensions.ToMlem(MonoGame.Extended.RectangleF)": "MLEM.Extended.Extensions.NumberExtensions.yml",
"MLEM.Extended.Extensions.RandomExtensions": "MLEM.Extended.Extensions.RandomExtensions.yml",
"MLEM.Extended.Extensions.RandomExtensions.NextVector2(System.Random,System.Single,System.Single)": "MLEM.Extended.Extensions.RandomExtensions.yml",
"MLEM.Extended.Extensions.RandomExtensions.Range(System.Random,MonoGame.Extended.Range{System.Int32})": "MLEM.Extended.Extensions.RandomExtensions.yml",
"MLEM.Extended.Extensions.RandomExtensions.Range(System.Random,MonoGame.Extended.Range{System.Single})": "MLEM.Extended.Extensions.RandomExtensions.yml",
"MLEM.Extended.Extensions.SpriteBatchExtensions": "MLEM.Extended.Extensions.SpriteBatchExtensions.yml",
"MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,Microsoft.Xna.Framework.Color)": "MLEM.Extended.Extensions.SpriteBatchExtensions.yml",
"MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color)": "MLEM.Extended.Extensions.SpriteBatchExtensions.yml",
"MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Extended.Extensions.SpriteBatchExtensions.yml",
"MLEM.Extended.Extensions.TextureExtensions": "MLEM.Extended.Extensions.TextureExtensions.yml",
"MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch)": "MLEM.Extended.Extensions.TextureExtensions.yml",
"MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion)": "MLEM.Extended.Extensions.TextureExtensions.yml",
"MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.NinePatchRegion2D)": "MLEM.Extended.Extensions.TextureExtensions.yml",
"MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.TextureRegion2D)": "MLEM.Extended.Extensions.TextureExtensions.yml",
"MLEM.Extended.Font": "MLEM.Extended.Font.yml",
"MLEM.Extended.Font.GenericBitmapFont": "MLEM.Extended.Font.GenericBitmapFont.yml",
"MLEM.Extended.Font.GenericBitmapFont.#ctor(MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont)": "MLEM.Extended.Font.GenericBitmapFont.yml",
"MLEM.Extended.Font.GenericBitmapFont.Bold": "MLEM.Extended.Font.GenericBitmapFont.yml",
"MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "MLEM.Extended.Font.GenericBitmapFont.yml",
"MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Extended.Font.GenericBitmapFont.yml",
"MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Extended.Font.GenericBitmapFont.yml",
"MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "MLEM.Extended.Font.GenericBitmapFont.yml",
"MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Extended.Font.GenericBitmapFont.yml",
"MLEM.Extended.Font.GenericBitmapFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Extended.Font.GenericBitmapFont.yml",
"MLEM.Extended.Font.GenericBitmapFont.Font": "MLEM.Extended.Font.GenericBitmapFont.yml",
"MLEM.Extended.Font.GenericBitmapFont.Italic": "MLEM.Extended.Font.GenericBitmapFont.yml",
"MLEM.Extended.Font.GenericBitmapFont.LineHeight": "MLEM.Extended.Font.GenericBitmapFont.yml",
"MLEM.Extended.Font.GenericBitmapFont.MeasureString(System.String)": "MLEM.Extended.Font.GenericBitmapFont.yml",
"MLEM.Extended.Font.GenericBitmapFont.MeasureString(System.Text.StringBuilder)": "MLEM.Extended.Font.GenericBitmapFont.yml",
"MLEM.Extended.Tiled": "MLEM.Extended.Tiled.yml",
"MLEM.Extended.Tiled.IndividualTiledMapRenderer": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.yml",
"MLEM.Extended.Tiled.IndividualTiledMapRenderer.#ctor(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth)": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.yml",
"MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.yml",
"MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate.yml",
"MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.yml",
"MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth.yml",
"MLEM.Extended.Tiled.IndividualTiledMapRenderer.SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth)": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.yml",
"MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml",
"MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.#ctor(MLEM.Extended.Tiled.IndividualTiledMapRenderer,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTilesetTile,Microsoft.Xna.Framework.Point,System.Single)": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml",
"MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Depth": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml",
"MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml",
"MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Position": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml",
"MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Renderer": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml",
"MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tile": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml",
"MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tileset": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml",
"MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.TilesetTile": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.yml",
"MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateAnimations(Microsoft.Xna.Framework.GameTime)": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.yml",
"MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateDrawInfo(System.Int32,System.Int32,System.Int32)": "MLEM.Extended.Tiled.IndividualTiledMapRenderer.yml",
"MLEM.Extended.Tiled.LayerPosition": "MLEM.Extended.Tiled.LayerPosition.yml",
"MLEM.Extended.Tiled.LayerPosition.#ctor(System.String,System.Int32,System.Int32)": "MLEM.Extended.Tiled.LayerPosition.yml",
"MLEM.Extended.Tiled.LayerPosition.Equals(MLEM.Extended.Tiled.LayerPosition)": "MLEM.Extended.Tiled.LayerPosition.yml",
"MLEM.Extended.Tiled.LayerPosition.Equals(System.Object)": "MLEM.Extended.Tiled.LayerPosition.yml",
"MLEM.Extended.Tiled.LayerPosition.GetHashCode": "MLEM.Extended.Tiled.LayerPosition.yml",
"MLEM.Extended.Tiled.LayerPosition.Layer": "MLEM.Extended.Tiled.LayerPosition.yml",
"MLEM.Extended.Tiled.LayerPosition.op_Equality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition)": "MLEM.Extended.Tiled.LayerPosition.yml",
"MLEM.Extended.Tiled.LayerPosition.op_Inequality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition)": "MLEM.Extended.Tiled.LayerPosition.yml",
"MLEM.Extended.Tiled.LayerPosition.ToString": "MLEM.Extended.Tiled.LayerPosition.yml",
"MLEM.Extended.Tiled.LayerPosition.X": "MLEM.Extended.Tiled.LayerPosition.yml",
"MLEM.Extended.Tiled.LayerPosition.Y": "MLEM.Extended.Tiled.LayerPosition.yml",
"MLEM.Extended.Tiled.TiledExtensions": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.Get(MonoGame.Extended.Tiled.TiledMapProperties,System.String)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetArea(MonoGame.Extended.Tiled.TiledMapObject,MonoGame.Extended.Tiled.TiledMap,System.Nullable{Microsoft.Xna.Framework.Vector2})": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetBool(MonoGame.Extended.Tiled.TiledMapProperties,System.String)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetColor(MonoGame.Extended.Tiled.TiledMapProperties,System.String)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetFloat(MonoGame.Extended.Tiled.TiledMapProperties,System.String)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetGlobalIdentifier(MonoGame.Extended.Tiled.TiledMapTilesetTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMap)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetInt(MonoGame.Extended.Tiled.TiledMapProperties,System.String)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetLocalIdentifier(MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMap)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetObjects(MonoGame.Extended.Tiled.TiledMap,System.String,System.Boolean,System.Boolean)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetObjects(MonoGame.Extended.Tiled.TiledMapObjectLayer,System.String,System.Boolean,System.Boolean)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetSpriteEffects(MonoGame.Extended.Tiled.TiledMapTile)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetTextureRegion(MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTilesetTile)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetTile(MonoGame.Extended.Tiled.TiledMap,System.String,System.Int32,System.Int32)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetTile(MonoGame.Extended.Tiled.TiledMapTileLayer,System.Int32,System.Int32)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetTileLayerIndex(MonoGame.Extended.Tiled.TiledMap,System.String)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetTiles(MonoGame.Extended.Tiled.TiledMap,System.Int32,System.Int32)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetTileset(MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMap)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetTilesetTile(MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMap,System.Boolean)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetTilesetTile(MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMap,System.Boolean)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.GetTileSize(MonoGame.Extended.Tiled.TiledMap)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.IsInBounds(MonoGame.Extended.Tiled.TiledMapTileLayer,System.Int32,System.Int32)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledExtensions.SetTile(MonoGame.Extended.Tiled.TiledMap,System.String,System.Int32,System.Int32,System.Int32)": "MLEM.Extended.Tiled.TiledExtensions.yml",
"MLEM.Extended.Tiled.TiledMapCollisions": "MLEM.Extended.Tiled.TiledMapCollisions.yml",
"MLEM.Extended.Tiled.TiledMapCollisions.#ctor(MonoGame.Extended.Tiled.TiledMap)": "MLEM.Extended.Tiled.TiledMapCollisions.yml",
"MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions": "MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions.yml",
"MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean})": "MLEM.Extended.Tiled.TiledMapCollisions.yml",
"MLEM.Extended.Tiled.TiledMapCollisions.IsColliding(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean})": "MLEM.Extended.Tiled.TiledMapCollisions.yml",
"MLEM.Extended.Tiled.TiledMapCollisions.SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions)": "MLEM.Extended.Tiled.TiledMapCollisions.yml",
"MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo": "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml",
"MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.#ctor(MonoGame.Extended.Tiled.TiledMap,Microsoft.Xna.Framework.Vector2,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileLayer,MonoGame.Extended.Tiled.TiledMapTilesetTile,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions)": "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml",
"MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Collisions": "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml",
"MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Layer": "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml",
"MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Map": "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml",
"MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Position": "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml",
"MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Tile": "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml",
"MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.TilesetTile": "MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.yml",
"MLEM.Extended.Tiled.TiledMapCollisions.UpdateCollisionInfo(System.Int32,System.Int32,System.Int32)": "MLEM.Extended.Tiled.TiledMapCollisions.yml",
"MLEM.Extensions": "MLEM.Extensions.yml",
"MLEM.Extensions.ColorExtensions": "MLEM.Extensions.ColorExtensions.yml",
"MLEM.Extensions.ColorExtensions.CopyAlpha(Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Color)": "MLEM.Extensions.ColorExtensions.yml",
"MLEM.Extensions.ColorExtensions.FromHex(System.String)": "MLEM.Extensions.ColorExtensions.yml",
"MLEM.Extensions.ColorExtensions.FromHex(System.UInt32)": "MLEM.Extensions.ColorExtensions.yml",
"MLEM.Extensions.ColorExtensions.Invert(Microsoft.Xna.Framework.Color)": "MLEM.Extensions.ColorExtensions.yml",
"MLEM.Extensions.GraphicsExtensions": "MLEM.Extensions.GraphicsExtensions.yml",
"MLEM.Extensions.GraphicsExtensions.ApplyChangesSafely(Microsoft.Xna.Framework.GraphicsDeviceManager)": "MLEM.Extensions.GraphicsExtensions.yml",
"MLEM.Extensions.GraphicsExtensions.ResetWidthAndHeight(Microsoft.Xna.Framework.GraphicsDeviceManager,Microsoft.Xna.Framework.GameWindow)": "MLEM.Extensions.GraphicsExtensions.yml",
"MLEM.Extensions.GraphicsExtensions.SetFullscreen(Microsoft.Xna.Framework.GraphicsDeviceManager,System.Boolean)": "MLEM.Extensions.GraphicsExtensions.yml",
"MLEM.Extensions.GraphicsExtensions.TargetContext": "MLEM.Extensions.GraphicsExtensions.TargetContext.yml",
"MLEM.Extensions.GraphicsExtensions.TargetContext.#ctor(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D)": "MLEM.Extensions.GraphicsExtensions.TargetContext.yml",
"MLEM.Extensions.GraphicsExtensions.TargetContext.Dispose": "MLEM.Extensions.GraphicsExtensions.TargetContext.yml",
"MLEM.Extensions.GraphicsExtensions.WithRenderTarget(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D)": "MLEM.Extensions.GraphicsExtensions.yml",
"MLEM.Extensions.NumberExtensions": "MLEM.Extensions.NumberExtensions.yml",
"MLEM.Extensions.NumberExtensions.Ceil(System.Single)": "MLEM.Extensions.NumberExtensions.yml",
"MLEM.Extensions.NumberExtensions.Divide(Microsoft.Xna.Framework.Point,System.Single)": "MLEM.Extensions.NumberExtensions.yml",
"MLEM.Extensions.NumberExtensions.Equals(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single)": "MLEM.Extensions.NumberExtensions.yml",
"MLEM.Extensions.NumberExtensions.Equals(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3,System.Single)": "MLEM.Extensions.NumberExtensions.yml",
"MLEM.Extensions.NumberExtensions.Equals(Microsoft.Xna.Framework.Vector4,Microsoft.Xna.Framework.Vector4,System.Single)": "MLEM.Extensions.NumberExtensions.yml",
"MLEM.Extensions.NumberExtensions.Equals(System.Single,System.Single,System.Single)": "MLEM.Extensions.NumberExtensions.yml",
"MLEM.Extensions.NumberExtensions.Floor(Microsoft.Xna.Framework.Vector2)": "MLEM.Extensions.NumberExtensions.yml",
"MLEM.Extensions.NumberExtensions.Floor(Microsoft.Xna.Framework.Vector3)": "MLEM.Extensions.NumberExtensions.yml",
"MLEM.Extensions.NumberExtensions.Floor(Microsoft.Xna.Framework.Vector4)": "MLEM.Extensions.NumberExtensions.yml",
"MLEM.Extensions.NumberExtensions.Floor(System.Single)": "MLEM.Extensions.NumberExtensions.yml",
"MLEM.Extensions.NumberExtensions.Multiply(Microsoft.Xna.Framework.Point,System.Single)": "MLEM.Extensions.NumberExtensions.yml",
"MLEM.Extensions.NumberExtensions.OffsetCopy(Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Point)": "MLEM.Extensions.NumberExtensions.yml",
"MLEM.Extensions.NumberExtensions.OffsetCopy(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2)": "MLEM.Extensions.NumberExtensions.yml",
"MLEM.Extensions.NumberExtensions.Shrink(Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Point)": "MLEM.Extensions.NumberExtensions.yml",
"MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Vector2)": "MLEM.Extensions.NumberExtensions.yml",
"MLEM.Extensions.NumberExtensions.Shrink(MLEM.Misc.RectangleF,MLEM.Misc.Padding)": "MLEM.Extensions.NumberExtensions.yml",
"MLEM.Extensions.NumberExtensions.Transform(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Matrix)": "MLEM.Extensions.NumberExtensions.yml",
"MLEM.Extensions.RandomExtensions": "MLEM.Extensions.RandomExtensions.yml",
"MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,``0[])": "MLEM.Extensions.RandomExtensions.yml",
"MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,System.Collections.Generic.IList{``0})": "MLEM.Extensions.RandomExtensions.yml",
"MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry``1(System.Random,System.Collections.Generic.IList{``0},System.Func{``0,System.Int32})": "MLEM.Extensions.RandomExtensions.yml",
"MLEM.Extensions.SoundExtensions": "MLEM.Extensions.SoundExtensions.yml",
"MLEM.Extensions.SoundExtensions.Replay(Microsoft.Xna.Framework.Audio.SoundEffectInstance)": "MLEM.Extensions.SoundExtensions.yml",
"MLEM.Extensions.SpriteBatchExtensions": "MLEM.Extensions.SpriteBatchExtensions.yml",
"MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color)": "MLEM.Extensions.SpriteBatchExtensions.yml",
"MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color)": "MLEM.Extensions.SpriteBatchExtensions.yml",
"MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Extensions.SpriteBatchExtensions.yml",
"MLEM.Extensions.SpriteBatchExtensions.GenerateTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Color,System.Nullable{Microsoft.Xna.Framework.Color})": "MLEM.Extensions.SpriteBatchExtensions.yml",
"MLEM.Extensions.SpriteBatchExtensions.GetBlankTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch)": "MLEM.Extensions.SpriteBatchExtensions.yml",
"MLEM.Font": "MLEM.Font.yml",
"MLEM.Font.GenericFont": "MLEM.Font.GenericFont.yml",
"MLEM.Font.GenericFont.Bold": "MLEM.Font.GenericFont.yml",
"MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "MLEM.Font.GenericFont.yml",
"MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericFont.yml",
"MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericFont.yml",
"MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color)": "MLEM.Font.GenericFont.yml",
"MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericFont.yml",
"MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericFont.yml",
"MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "MLEM.Font.GenericFont.yml",
"MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericFont.yml",
"MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericFont.yml",
"MLEM.Font.GenericFont.GetWidthString(System.Single,System.Char)": "MLEM.Font.GenericFont.yml",
"MLEM.Font.GenericFont.Italic": "MLEM.Font.GenericFont.yml",
"MLEM.Font.GenericFont.LineHeight": "MLEM.Font.GenericFont.yml",
"MLEM.Font.GenericFont.MeasureString(System.String)": "MLEM.Font.GenericFont.yml",
"MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder)": "MLEM.Font.GenericFont.yml",
"MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single)": "MLEM.Font.GenericFont.yml",
"MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String)": "MLEM.Font.GenericFont.yml",
"MLEM.Font.GenericSpriteFont": "MLEM.Font.GenericSpriteFont.yml",
"MLEM.Font.GenericSpriteFont.#ctor(Microsoft.Xna.Framework.Graphics.SpriteFont,Microsoft.Xna.Framework.Graphics.SpriteFont,Microsoft.Xna.Framework.Graphics.SpriteFont)": "MLEM.Font.GenericSpriteFont.yml",
"MLEM.Font.GenericSpriteFont.Bold": "MLEM.Font.GenericSpriteFont.yml",
"MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "MLEM.Font.GenericSpriteFont.yml",
"MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericSpriteFont.yml",
"MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericSpriteFont.yml",
"MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "MLEM.Font.GenericSpriteFont.yml",
"MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericSpriteFont.yml",
"MLEM.Font.GenericSpriteFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Font.GenericSpriteFont.yml",
"MLEM.Font.GenericSpriteFont.Font": "MLEM.Font.GenericSpriteFont.yml",
"MLEM.Font.GenericSpriteFont.Italic": "MLEM.Font.GenericSpriteFont.yml",
"MLEM.Font.GenericSpriteFont.LineHeight": "MLEM.Font.GenericSpriteFont.yml",
"MLEM.Font.GenericSpriteFont.MeasureString(System.String)": "MLEM.Font.GenericSpriteFont.yml",
"MLEM.Font.GenericSpriteFont.MeasureString(System.Text.StringBuilder)": "MLEM.Font.GenericSpriteFont.yml",
"MLEM.Font.TextAlign": "MLEM.Font.TextAlign.yml",
"MLEM.Font.TextAlign.Center": "MLEM.Font.TextAlign.yml",
"MLEM.Font.TextAlign.CenterBothAxes": "MLEM.Font.TextAlign.yml",
"MLEM.Font.TextAlign.Left": "MLEM.Font.TextAlign.yml",
"MLEM.Font.TextAlign.Right": "MLEM.Font.TextAlign.yml",
"MLEM.Formatting": "MLEM.Formatting.yml",
"MLEM.Formatting.Codes": "MLEM.Formatting.Codes.yml",
"MLEM.Formatting.Codes.AnimatedCode": "MLEM.Formatting.Codes.AnimatedCode.yml",
"MLEM.Formatting.Codes.AnimatedCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex)": "MLEM.Formatting.Codes.AnimatedCode.yml",
"MLEM.Formatting.Codes.AnimatedCode.EndsHere(MLEM.Formatting.Codes.Code)": "MLEM.Formatting.Codes.AnimatedCode.yml",
"MLEM.Formatting.Codes.Code": "MLEM.Formatting.Codes.Code.yml",
"MLEM.Formatting.Codes.Code.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex)": "MLEM.Formatting.Codes.Code.yml",
"MLEM.Formatting.Codes.Code.Constructor": "MLEM.Formatting.Codes.Code.Constructor.yml",
"MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single)": "MLEM.Formatting.Codes.Code.yml",
"MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single)": "MLEM.Formatting.Codes.Code.yml",
"MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code)": "MLEM.Formatting.Codes.Code.yml",
"MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color)": "MLEM.Formatting.Codes.Code.yml",
"MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont)": "MLEM.Formatting.Codes.Code.yml",
"MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont)": "MLEM.Formatting.Codes.Code.yml",
"MLEM.Formatting.Codes.Code.Match": "MLEM.Formatting.Codes.Code.yml",
"MLEM.Formatting.Codes.Code.Regex": "MLEM.Formatting.Codes.Code.yml",
"MLEM.Formatting.Codes.Code.Token": "MLEM.Formatting.Codes.Code.yml",
"MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Formatting.Codes.Code.yml",
"MLEM.Formatting.Codes.ColorCode": "MLEM.Formatting.Codes.ColorCode.yml",
"MLEM.Formatting.Codes.ColorCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Nullable{Microsoft.Xna.Framework.Color})": "MLEM.Formatting.Codes.ColorCode.yml",
"MLEM.Formatting.Codes.ColorCode.GetColor(Microsoft.Xna.Framework.Color)": "MLEM.Formatting.Codes.ColorCode.yml",
"MLEM.Formatting.Codes.FontCode": "MLEM.Formatting.Codes.FontCode.yml",
"MLEM.Formatting.Codes.FontCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Func{MLEM.Font.GenericFont,MLEM.Font.GenericFont})": "MLEM.Formatting.Codes.FontCode.yml",
"MLEM.Formatting.Codes.FontCode.EndsHere(MLEM.Formatting.Codes.Code)": "MLEM.Formatting.Codes.FontCode.yml",
"MLEM.Formatting.Codes.FontCode.GetFont(MLEM.Font.GenericFont)": "MLEM.Formatting.Codes.FontCode.yml",
"MLEM.Formatting.Codes.ImageCode": "MLEM.Formatting.Codes.ImageCode.yml",
"MLEM.Formatting.Codes.ImageCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,MLEM.Animations.SpriteAnimation)": "MLEM.Formatting.Codes.ImageCode.yml",
"MLEM.Formatting.Codes.ImageCode.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single)": "MLEM.Formatting.Codes.ImageCode.yml",
"MLEM.Formatting.Codes.ImageCode.EndsHere(MLEM.Formatting.Codes.Code)": "MLEM.Formatting.Codes.ImageCode.yml",
"MLEM.Formatting.Codes.ImageCode.GetReplacementString(MLEM.Font.GenericFont)": "MLEM.Formatting.Codes.ImageCode.yml",
"MLEM.Formatting.Codes.ImageCode.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Formatting.Codes.ImageCode.yml",
"MLEM.Formatting.Codes.ImageCodeExtensions": "MLEM.Formatting.Codes.ImageCodeExtensions.yml",
"MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Animations.SpriteAnimation)": "MLEM.Formatting.Codes.ImageCodeExtensions.yml",
"MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion)": "MLEM.Formatting.Codes.ImageCodeExtensions.yml",
"MLEM.Formatting.Codes.LinkCode": "MLEM.Formatting.Codes.LinkCode.yml",
"MLEM.Formatting.Codes.LinkCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Single,System.Single,System.Func{MLEM.Formatting.Token,System.Boolean})": "MLEM.Formatting.Codes.LinkCode.yml",
"MLEM.Formatting.Codes.LinkCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single)": "MLEM.Formatting.Codes.LinkCode.yml",
"MLEM.Formatting.Codes.LinkCode.IsSelected": "MLEM.Formatting.Codes.LinkCode.yml",
"MLEM.Formatting.Codes.ShadowCode": "MLEM.Formatting.Codes.ShadowCode.yml",
"MLEM.Formatting.Codes.ShadowCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Vector2)": "MLEM.Formatting.Codes.ShadowCode.yml",
"MLEM.Formatting.Codes.ShadowCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single)": "MLEM.Formatting.Codes.ShadowCode.yml",
"MLEM.Formatting.Codes.UnderlineCode": "MLEM.Formatting.Codes.UnderlineCode.yml",
"MLEM.Formatting.Codes.UnderlineCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Single,System.Single)": "MLEM.Formatting.Codes.UnderlineCode.yml",
"MLEM.Formatting.Codes.UnderlineCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single)": "MLEM.Formatting.Codes.UnderlineCode.yml",
"MLEM.Formatting.Codes.WobblyCode": "MLEM.Formatting.Codes.WobblyCode.yml",
"MLEM.Formatting.Codes.WobblyCode.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex,System.Single,System.Single)": "MLEM.Formatting.Codes.WobblyCode.yml",
"MLEM.Formatting.Codes.WobblyCode.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single)": "MLEM.Formatting.Codes.WobblyCode.yml",
"MLEM.Formatting.Codes.WobblyCode.TimeIntoAnimation": "MLEM.Formatting.Codes.WobblyCode.yml",
"MLEM.Formatting.Codes.WobblyCode.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Formatting.Codes.WobblyCode.yml",
"MLEM.Formatting.FormatSettings": "MLEM.Formatting.FormatSettings.yml",
"MLEM.Formatting.FormatSettings.Default": "MLEM.Formatting.FormatSettings.yml",
"MLEM.Formatting.FormatSettings.DropShadowColor": "MLEM.Formatting.FormatSettings.yml",
"MLEM.Formatting.FormatSettings.DropShadowOffset": "MLEM.Formatting.FormatSettings.yml",
"MLEM.Formatting.FormatSettings.TypingSpeed": "MLEM.Formatting.FormatSettings.yml",
"MLEM.Formatting.FormatSettings.WobbleHeightModifier": "MLEM.Formatting.FormatSettings.yml",
"MLEM.Formatting.FormatSettings.WobbleModifier": "MLEM.Formatting.FormatSettings.yml",
"MLEM.Formatting.FormattingCode": "MLEM.Formatting.FormattingCode.yml",
"MLEM.Formatting.FormattingCode.#ctor(Microsoft.Xna.Framework.Color)": "MLEM.Formatting.FormattingCode.yml",
"MLEM.Formatting.FormattingCode.#ctor(MLEM.Animations.SpriteAnimation)": "MLEM.Formatting.FormattingCode.yml",
"MLEM.Formatting.FormattingCode.#ctor(MLEM.Formatting.TextAnimation.DrawCharacter)": "MLEM.Formatting.FormattingCode.yml",
"MLEM.Formatting.FormattingCode.#ctor(MLEM.Formatting.TextStyle)": "MLEM.Formatting.FormattingCode.yml",
"MLEM.Formatting.FormattingCode.#ctor(MLEM.Textures.TextureRegion)": "MLEM.Formatting.FormattingCode.yml",
"MLEM.Formatting.FormattingCode.Animation": "MLEM.Formatting.FormattingCode.yml",
"MLEM.Formatting.FormattingCode.CodeType": "MLEM.Formatting.FormattingCode.yml",
"MLEM.Formatting.FormattingCode.Color": "MLEM.Formatting.FormattingCode.yml",
"MLEM.Formatting.FormattingCode.GetReplacementString(MLEM.Font.GenericFont)": "MLEM.Formatting.FormattingCode.yml",
"MLEM.Formatting.FormattingCode.Icon": "MLEM.Formatting.FormattingCode.yml",
"MLEM.Formatting.FormattingCode.Style": "MLEM.Formatting.FormattingCode.yml",
"MLEM.Formatting.FormattingCode.Type": "MLEM.Formatting.FormattingCode.Type.yml",
"MLEM.Formatting.FormattingCode.Type.Animation": "MLEM.Formatting.FormattingCode.Type.yml",
"MLEM.Formatting.FormattingCode.Type.Color": "MLEM.Formatting.FormattingCode.Type.yml",
"MLEM.Formatting.FormattingCode.Type.Icon": "MLEM.Formatting.FormattingCode.Type.yml",
"MLEM.Formatting.FormattingCode.Type.Style": "MLEM.Formatting.FormattingCode.Type.yml",
"MLEM.Formatting.FormattingCodeCollection": "MLEM.Formatting.FormattingCodeCollection.yml",
"MLEM.Formatting.FormattingCodeData": "MLEM.Formatting.FormattingCodeData.yml",
"MLEM.Formatting.FormattingCodeData.#ctor(MLEM.Formatting.FormattingCode,System.Text.RegularExpressions.Match,System.Int32)": "MLEM.Formatting.FormattingCodeData.yml",
"MLEM.Formatting.FormattingCodeData.Code": "MLEM.Formatting.FormattingCodeData.yml",
"MLEM.Formatting.FormattingCodeData.Match": "MLEM.Formatting.FormattingCodeData.yml",
"MLEM.Formatting.FormattingCodeData.UnformattedIndex": "MLEM.Formatting.FormattingCodeData.yml",
"MLEM.Formatting.TextAnimation": "MLEM.Formatting.TextAnimation.yml",
"MLEM.Formatting.TextAnimation.Default": "MLEM.Formatting.TextAnimation.yml",
"MLEM.Formatting.TextAnimation.DrawCharacter": "MLEM.Formatting.TextAnimation.DrawCharacter.yml",
"MLEM.Formatting.TextAnimation.Typing": "MLEM.Formatting.TextAnimation.yml",
"MLEM.Formatting.TextAnimation.Wobbly": "MLEM.Formatting.TextAnimation.yml",
"MLEM.Formatting.TextFormatter": "MLEM.Formatting.TextFormatter.yml",
"MLEM.Formatting.TextFormatter.#ctor": "MLEM.Formatting.TextFormatter.yml",
"MLEM.Formatting.TextFormatter.Codes": "MLEM.Formatting.TextFormatter.yml",
"MLEM.Formatting.TextFormatter.Tokenize(MLEM.Font.GenericFont,System.String)": "MLEM.Formatting.TextFormatter.yml",
"MLEM.Formatting.TextFormatting": "MLEM.Formatting.TextFormatting.yml",
"MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings)": "MLEM.Formatting.TextFormatting.yml",
"MLEM.Formatting.TextFormatting.FormattingCodes": "MLEM.Formatting.TextFormatting.yml",
"MLEM.Formatting.TextFormatting.GetFormattingCodes(System.String,MLEM.Font.GenericFont)": "MLEM.Formatting.TextFormatting.yml",
"MLEM.Formatting.TextFormatting.RemoveFormatting(System.String,MLEM.Font.GenericFont)": "MLEM.Formatting.TextFormatting.yml",
"MLEM.Formatting.TextFormatting.SetFormatIndicators(System.Char,System.Char)": "MLEM.Formatting.TextFormatting.yml",
"MLEM.Formatting.TextStyle": "MLEM.Formatting.TextStyle.yml",
"MLEM.Formatting.TextStyle.Bold": "MLEM.Formatting.TextStyle.yml",
"MLEM.Formatting.TextStyle.Italic": "MLEM.Formatting.TextStyle.yml",
"MLEM.Formatting.TextStyle.Regular": "MLEM.Formatting.TextStyle.yml",
"MLEM.Formatting.TextStyle.Shadow": "MLEM.Formatting.TextStyle.yml",
"MLEM.Formatting.Token": "MLEM.Formatting.Token.yml",
"MLEM.Formatting.Token.#ctor(MLEM.Formatting.Codes.Code[],System.Int32,System.Int32,System.String,System.String)": "MLEM.Formatting.Token.yml",
"MLEM.Formatting.Token.AppliedCodes": "MLEM.Formatting.Token.yml",
"MLEM.Formatting.Token.DisplayString": "MLEM.Formatting.Token.yml",
"MLEM.Formatting.Token.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single)": "MLEM.Formatting.Token.yml",
"MLEM.Formatting.Token.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single)": "MLEM.Formatting.Token.yml",
"MLEM.Formatting.Token.GetArea(Microsoft.Xna.Framework.Vector2,System.Single)": "MLEM.Formatting.Token.yml",
"MLEM.Formatting.Token.GetColor(Microsoft.Xna.Framework.Color)": "MLEM.Formatting.Token.yml",
"MLEM.Formatting.Token.GetFont(MLEM.Font.GenericFont)": "MLEM.Formatting.Token.yml",
"MLEM.Formatting.Token.Index": "MLEM.Formatting.Token.yml",
"MLEM.Formatting.Token.RawIndex": "MLEM.Formatting.Token.yml",
"MLEM.Formatting.Token.RawSubstring": "MLEM.Formatting.Token.yml",
"MLEM.Formatting.Token.Substring": "MLEM.Formatting.Token.yml",
"MLEM.Formatting.TokenizedString": "MLEM.Formatting.TokenizedString.yml",
"MLEM.Formatting.TokenizedString.#ctor(MLEM.Font.GenericFont,System.String,System.String,MLEM.Formatting.Token[])": "MLEM.Formatting.TokenizedString.yml",
"MLEM.Formatting.TokenizedString.AllCodes": "MLEM.Formatting.TokenizedString.yml",
"MLEM.Formatting.TokenizedString.DisplayString": "MLEM.Formatting.TokenizedString.yml",
"MLEM.Formatting.TokenizedString.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single)": "MLEM.Formatting.TokenizedString.yml",
"MLEM.Formatting.TokenizedString.GetTokenUnderPos(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single)": "MLEM.Formatting.TokenizedString.yml",
"MLEM.Formatting.TokenizedString.Measure(MLEM.Font.GenericFont)": "MLEM.Formatting.TokenizedString.yml",
"MLEM.Formatting.TokenizedString.RawString": "MLEM.Formatting.TokenizedString.yml",
"MLEM.Formatting.TokenizedString.Split(MLEM.Font.GenericFont,System.Single,System.Single)": "MLEM.Formatting.TokenizedString.yml",
"MLEM.Formatting.TokenizedString.String": "MLEM.Formatting.TokenizedString.yml",
"MLEM.Formatting.TokenizedString.Tokens": "MLEM.Formatting.TokenizedString.yml",
"MLEM.Formatting.TokenizedString.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Formatting.TokenizedString.yml",
"MLEM.Input": "MLEM.Input.yml",
"MLEM.Input.InputHandler": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Boolean)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.ConnectedGamepads": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.EnableGestures(Microsoft.Xna.Framework.Input.Touch.GestureType[])": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.Gestures": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.GetGamepadState(System.Int32)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.GetGesture(Microsoft.Xna.Framework.Input.Touch.GestureType,Microsoft.Xna.Framework.Input.Touch.GestureSample@)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.GetLastGamepadState(System.Int32)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.HandleGamepadRepeats": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.HandleGamepads": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.HandleKeyboard": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.HandleKeyboardRepeats": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.HandleMouse": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.HandleTouch": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.IsAnyDown(System.Object[])": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.IsAnyPressed(System.Object[])": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.IsAnyUp(System.Object[])": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.IsDown(System.Object,System.Int32)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.IsGamepadButtonDown(Microsoft.Xna.Framework.Input.Buttons,System.Int32)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.IsGamepadButtonPressed(Microsoft.Xna.Framework.Input.Buttons,System.Int32)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.IsGamepadButtonUp(Microsoft.Xna.Framework.Input.Buttons,System.Int32)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.IsKeyDown(Microsoft.Xna.Framework.Input.Keys)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.IsKeyPressed(Microsoft.Xna.Framework.Input.Keys)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.IsKeyUp(Microsoft.Xna.Framework.Input.Keys)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.IsModifierKeyDown(MLEM.Input.ModifierKey)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.IsMouseButtonDown(MLEM.Input.MouseButton)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.IsMouseButtonPressed(MLEM.Input.MouseButton)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.IsMouseButtonUp(MLEM.Input.MouseButton)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.IsPressed(System.Object,System.Int32)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.IsUp(System.Object,System.Int32)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.KeyboardState": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.KeyRepeatDelay": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.KeyRepeatRate": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.LastKeyboardState": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.LastMousePosition": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.LastMouseState": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.LastScrollWheel": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.LastTouchState": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.MousePosition": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.MouseState": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.PressedKeys": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.ScrollWheel": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.TouchState": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.Update": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.WasGamepadButtonDown(Microsoft.Xna.Framework.Input.Buttons,System.Int32)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.WasGamepadButtonUp(Microsoft.Xna.Framework.Input.Buttons,System.Int32)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.WasKeyDown(Microsoft.Xna.Framework.Input.Keys)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.WasKeyUp(Microsoft.Xna.Framework.Input.Keys)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.WasMouseButtonDown(MLEM.Input.MouseButton)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.InputHandler.WasMouseButtonUp(MLEM.Input.MouseButton)": "MLEM.Input.InputHandler.yml",
"MLEM.Input.KeysExtensions": "MLEM.Input.KeysExtensions.yml",
"MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)": "MLEM.Input.KeysExtensions.yml",
"MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys)": "MLEM.Input.KeysExtensions.yml",
"MLEM.Input.KeysExtensions.IsModifier(Microsoft.Xna.Framework.Input.Keys)": "MLEM.Input.KeysExtensions.yml",
"MLEM.Input.KeysExtensions.ModifierKeys": "MLEM.Input.KeysExtensions.yml",
"MLEM.Input.ModifierKey": "MLEM.Input.ModifierKey.yml",
"MLEM.Input.ModifierKey.Alt": "MLEM.Input.ModifierKey.yml",
"MLEM.Input.ModifierKey.Control": "MLEM.Input.ModifierKey.yml",
"MLEM.Input.ModifierKey.None": "MLEM.Input.ModifierKey.yml",
"MLEM.Input.ModifierKey.Shift": "MLEM.Input.ModifierKey.yml",
"MLEM.Input.MouseButton": "MLEM.Input.MouseButton.yml",
"MLEM.Input.MouseButton.Extra1": "MLEM.Input.MouseButton.yml",
"MLEM.Input.MouseButton.Extra2": "MLEM.Input.MouseButton.yml",
"MLEM.Input.MouseButton.Left": "MLEM.Input.MouseButton.yml",
"MLEM.Input.MouseButton.Middle": "MLEM.Input.MouseButton.yml",
"MLEM.Input.MouseButton.Right": "MLEM.Input.MouseButton.yml",
"MLEM.Input.MouseExtensions": "MLEM.Input.MouseExtensions.yml",
"MLEM.Input.MouseExtensions.GetState(Microsoft.Xna.Framework.Input.MouseState,MLEM.Input.MouseButton)": "MLEM.Input.MouseExtensions.yml",
"MLEM.Input.MouseExtensions.MouseButtons": "MLEM.Input.MouseExtensions.yml",
"MLEM.Misc": "MLEM.Misc.yml",
"MLEM.Misc.AutoTiling": "MLEM.Misc.AutoTiling.yml",
"MLEM.Misc.AutoTiling.ConnectsTo": "MLEM.Misc.AutoTiling.ConnectsTo.yml",
"MLEM.Misc.AutoTiling.DrawAutoTile(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,MLEM.Misc.AutoTiling.ConnectsTo,Microsoft.Xna.Framework.Color,System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{Microsoft.Xna.Framework.Vector2},System.Single)": "MLEM.Misc.AutoTiling.yml",
"MLEM.Misc.Direction2": "MLEM.Misc.Direction2.yml",
"MLEM.Misc.Direction2.Down": "MLEM.Misc.Direction2.yml",
"MLEM.Misc.Direction2.DownLeft": "MLEM.Misc.Direction2.yml",
"MLEM.Misc.Direction2.DownRight": "MLEM.Misc.Direction2.yml",
"MLEM.Misc.Direction2.Left": "MLEM.Misc.Direction2.yml",
"MLEM.Misc.Direction2.None": "MLEM.Misc.Direction2.yml",
"MLEM.Misc.Direction2.Right": "MLEM.Misc.Direction2.yml",
"MLEM.Misc.Direction2.Up": "MLEM.Misc.Direction2.yml",
"MLEM.Misc.Direction2.UpLeft": "MLEM.Misc.Direction2.yml",
"MLEM.Misc.Direction2.UpRight": "MLEM.Misc.Direction2.yml",
"MLEM.Misc.Direction2Helper": "MLEM.Misc.Direction2Helper.yml",
"MLEM.Misc.Direction2Helper.Adjacent": "MLEM.Misc.Direction2Helper.yml",
"MLEM.Misc.Direction2Helper.All": "MLEM.Misc.Direction2Helper.yml",
"MLEM.Misc.Direction2Helper.AllExceptNone": "MLEM.Misc.Direction2Helper.yml",
"MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2)": "MLEM.Misc.Direction2Helper.yml",
"MLEM.Misc.Direction2Helper.Diagonals": "MLEM.Misc.Direction2Helper.yml",
"MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2)": "MLEM.Misc.Direction2Helper.yml",
"MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2)": "MLEM.Misc.Direction2Helper.yml",
"MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2)": "MLEM.Misc.Direction2Helper.yml",
"MLEM.Misc.Direction2Helper.Offsets(System.Collections.Generic.IEnumerable{MLEM.Misc.Direction2})": "MLEM.Misc.Direction2Helper.yml",
"MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2)": "MLEM.Misc.Direction2Helper.yml",
"MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2,System.Boolean)": "MLEM.Misc.Direction2Helper.yml",
"MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2,System.Boolean)": "MLEM.Misc.Direction2Helper.yml",
"MLEM.Misc.EnumHelper": "MLEM.Misc.EnumHelper.yml",
"MLEM.Misc.EnumHelper.Buttons": "MLEM.Misc.EnumHelper.yml",
"MLEM.Misc.EnumHelper.GetValues``1": "MLEM.Misc.EnumHelper.yml",
"MLEM.Misc.EnumHelper.Keys": "MLEM.Misc.EnumHelper.yml",
"MLEM.Misc.GenericDataHolder": "MLEM.Misc.GenericDataHolder.yml",
"MLEM.Misc.GenericDataHolder.GetData``1(System.String)": "MLEM.Misc.GenericDataHolder.yml",
"MLEM.Misc.GenericDataHolder.GetDataKeys": "MLEM.Misc.GenericDataHolder.yml",
"MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)": "MLEM.Misc.GenericDataHolder.yml",
"MLEM.Misc.Padding": "MLEM.Misc.Padding.yml",
"MLEM.Misc.Padding.#ctor(System.Single,System.Single,System.Single,System.Single)": "MLEM.Misc.Padding.yml",
"MLEM.Misc.Padding.Bottom": "MLEM.Misc.Padding.yml",
"MLEM.Misc.Padding.Equals(MLEM.Misc.Padding)": "MLEM.Misc.Padding.yml",
"MLEM.Misc.Padding.Equals(System.Object)": "MLEM.Misc.Padding.yml",
"MLEM.Misc.Padding.GetHashCode": "MLEM.Misc.Padding.yml",
"MLEM.Misc.Padding.Height": "MLEM.Misc.Padding.yml",
"MLEM.Misc.Padding.Left": "MLEM.Misc.Padding.yml",
"MLEM.Misc.Padding.op_Addition(MLEM.Misc.Padding,MLEM.Misc.Padding)": "MLEM.Misc.Padding.yml",
"MLEM.Misc.Padding.op_Equality(MLEM.Misc.Padding,MLEM.Misc.Padding)": "MLEM.Misc.Padding.yml",
"MLEM.Misc.Padding.op_Implicit(Microsoft.Xna.Framework.Vector2)~MLEM.Misc.Padding": "MLEM.Misc.Padding.yml",
"MLEM.Misc.Padding.op_Inequality(MLEM.Misc.Padding,MLEM.Misc.Padding)": "MLEM.Misc.Padding.yml",
"MLEM.Misc.Padding.op_Multiply(MLEM.Misc.Padding,System.Single)": "MLEM.Misc.Padding.yml",
"MLEM.Misc.Padding.op_Subtraction(MLEM.Misc.Padding,MLEM.Misc.Padding)": "MLEM.Misc.Padding.yml",
"MLEM.Misc.Padding.Right": "MLEM.Misc.Padding.yml",
"MLEM.Misc.Padding.Top": "MLEM.Misc.Padding.yml",
"MLEM.Misc.Padding.Width": "MLEM.Misc.Padding.yml",
"MLEM.Misc.RectangleF": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2)": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.#ctor(System.Single,System.Single,System.Single,System.Single)": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Bottom": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Center": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Contains(Microsoft.Xna.Framework.Vector2)": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Contains(MLEM.Misc.RectangleF)": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Contains(System.Single,System.Single)": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Deconstruct(System.Single@,System.Single@,System.Single@,System.Single@)": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Empty": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Equals(MLEM.Misc.RectangleF)": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Equals(System.Object)": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.FromCorners(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2)": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.GetHashCode": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Height": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Inflate(System.Single,System.Single)": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Intersect(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF)": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Intersects(MLEM.Misc.RectangleF)": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.IsEmpty": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Left": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Location": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Offset(Microsoft.Xna.Framework.Vector2)": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Offset(System.Single,System.Single)": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.op_Equality(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF)": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.op_Explicit(Microsoft.Xna.Framework.Rectangle)~MLEM.Misc.RectangleF": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.op_Explicit(MLEM.Misc.RectangleF)~Microsoft.Xna.Framework.Rectangle": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.op_Inequality(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF)": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Right": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Size": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Top": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.ToString": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Union(MLEM.Misc.RectangleF,MLEM.Misc.RectangleF)": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Width": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.X": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.RectangleF.Y": "MLEM.Misc.RectangleF.yml",
"MLEM.Misc.TextInputWrapper": "MLEM.Misc.TextInputWrapper.yml",
"MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)": "MLEM.Misc.TextInputWrapper.yml",
"MLEM.Misc.TextInputWrapper.Current": "MLEM.Misc.TextInputWrapper.yml",
"MLEM.Misc.TextInputWrapper.DesktopGl`1": "MLEM.Misc.TextInputWrapper.DesktopGl-1.yml",
"MLEM.Misc.TextInputWrapper.DesktopGl`1.#ctor(System.Action{Microsoft.Xna.Framework.GameWindow,System.EventHandler{`0}})": "MLEM.Misc.TextInputWrapper.DesktopGl-1.yml",
"MLEM.Misc.TextInputWrapper.DesktopGl`1.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)": "MLEM.Misc.TextInputWrapper.DesktopGl-1.yml",
"MLEM.Misc.TextInputWrapper.DesktopGl`1.RequiresOnScreenKeyboard": "MLEM.Misc.TextInputWrapper.DesktopGl-1.yml",
"MLEM.Misc.TextInputWrapper.Mobile": "MLEM.Misc.TextInputWrapper.Mobile.yml",
"MLEM.Misc.TextInputWrapper.Mobile.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)": "MLEM.Misc.TextInputWrapper.Mobile.yml",
"MLEM.Misc.TextInputWrapper.Mobile.RequiresOnScreenKeyboard": "MLEM.Misc.TextInputWrapper.Mobile.yml",
"MLEM.Misc.TextInputWrapper.None": "MLEM.Misc.TextInputWrapper.None.yml",
"MLEM.Misc.TextInputWrapper.None.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)": "MLEM.Misc.TextInputWrapper.None.yml",
"MLEM.Misc.TextInputWrapper.None.RequiresOnScreenKeyboard": "MLEM.Misc.TextInputWrapper.None.yml",
"MLEM.Misc.TextInputWrapper.Primitive": "MLEM.Misc.TextInputWrapper.Primitive.yml",
"MLEM.Misc.TextInputWrapper.Primitive.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)": "MLEM.Misc.TextInputWrapper.Primitive.yml",
"MLEM.Misc.TextInputWrapper.Primitive.RequiresOnScreenKeyboard": "MLEM.Misc.TextInputWrapper.Primitive.yml",
"MLEM.Misc.TextInputWrapper.Primitive.Update(MLEM.Input.InputHandler)": "MLEM.Misc.TextInputWrapper.Primitive.yml",
"MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard": "MLEM.Misc.TextInputWrapper.yml",
"MLEM.Misc.TextInputWrapper.TextInputCallback": "MLEM.Misc.TextInputWrapper.TextInputCallback.yml",
"MLEM.Pathfinding": "MLEM.Pathfinding.yml",
"MLEM.Pathfinding.AStar`1": "MLEM.Pathfinding.AStar-1.yml",
"MLEM.Pathfinding.AStar`1.#ctor(`0[],`0[],MLEM.Pathfinding.AStar{`0}.GetCost,System.Boolean,System.Single,System.Int32)": "MLEM.Pathfinding.AStar-1.yml",
"MLEM.Pathfinding.AStar`1.AddPositions(`0,`0)": "MLEM.Pathfinding.AStar-1.yml",
"MLEM.Pathfinding.AStar`1.AdjacentDirections": "MLEM.Pathfinding.AStar-1.yml",
"MLEM.Pathfinding.AStar`1.AllDirections": "MLEM.Pathfinding.AStar-1.yml",
"MLEM.Pathfinding.AStar`1.DefaultAllowDiagonals": "MLEM.Pathfinding.AStar-1.yml",
"MLEM.Pathfinding.AStar`1.DefaultCost": "MLEM.Pathfinding.AStar-1.yml",
"MLEM.Pathfinding.AStar`1.DefaultCostFunction": "MLEM.Pathfinding.AStar-1.yml",
"MLEM.Pathfinding.AStar`1.DefaultMaxTries": "MLEM.Pathfinding.AStar-1.yml",
"MLEM.Pathfinding.AStar`1.FindPath(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})": "MLEM.Pathfinding.AStar-1.yml",
"MLEM.Pathfinding.AStar`1.FindPathAsync(`0,`0,MLEM.Pathfinding.AStar{`0}.GetCost,System.Nullable{System.Single},System.Nullable{System.Int32},System.Nullable{System.Boolean})": "MLEM.Pathfinding.AStar-1.yml",
"MLEM.Pathfinding.AStar`1.GetCost": "MLEM.Pathfinding.AStar-1.GetCost.yml",
"MLEM.Pathfinding.AStar`1.GetManhattanDistance(`0,`0)": "MLEM.Pathfinding.AStar-1.yml",
"MLEM.Pathfinding.AStar`1.InfiniteCost": "MLEM.Pathfinding.AStar-1.yml",
"MLEM.Pathfinding.AStar`1.LastTimeNeeded": "MLEM.Pathfinding.AStar-1.yml",
"MLEM.Pathfinding.AStar`1.LastTriesNeeded": "MLEM.Pathfinding.AStar-1.yml",
"MLEM.Pathfinding.AStar2": "MLEM.Pathfinding.AStar2.yml",
"MLEM.Pathfinding.AStar2.#ctor(MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Point}.GetCost,System.Boolean,System.Single,System.Int32)": "MLEM.Pathfinding.AStar2.yml",
"MLEM.Pathfinding.AStar2.AddPositions(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)": "MLEM.Pathfinding.AStar2.yml",
"MLEM.Pathfinding.AStar2.GetManhattanDistance(Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)": "MLEM.Pathfinding.AStar2.yml",
"MLEM.Pathfinding.AStar3": "MLEM.Pathfinding.AStar3.yml",
"MLEM.Pathfinding.AStar3.#ctor(MLEM.Pathfinding.AStar{Microsoft.Xna.Framework.Vector3}.GetCost,System.Boolean,System.Single,System.Int32)": "MLEM.Pathfinding.AStar3.yml",
"MLEM.Pathfinding.AStar3.AddPositions(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)": "MLEM.Pathfinding.AStar3.yml",
"MLEM.Pathfinding.AStar3.GetManhattanDistance(Microsoft.Xna.Framework.Vector3,Microsoft.Xna.Framework.Vector3)": "MLEM.Pathfinding.AStar3.yml",
"MLEM.Pathfinding.PathPoint`1": "MLEM.Pathfinding.PathPoint-1.yml",
"MLEM.Pathfinding.PathPoint`1.#ctor(`0,System.Single,MLEM.Pathfinding.PathPoint{`0},System.Single,System.Single)": "MLEM.Pathfinding.PathPoint-1.yml",
"MLEM.Pathfinding.PathPoint`1.Equals(System.Object)": "MLEM.Pathfinding.PathPoint-1.yml",
"MLEM.Pathfinding.PathPoint`1.F": "MLEM.Pathfinding.PathPoint-1.yml",
"MLEM.Pathfinding.PathPoint`1.G": "MLEM.Pathfinding.PathPoint-1.yml",
"MLEM.Pathfinding.PathPoint`1.GetHashCode": "MLEM.Pathfinding.PathPoint-1.yml",
"MLEM.Pathfinding.PathPoint`1.Parent": "MLEM.Pathfinding.PathPoint-1.yml",
"MLEM.Pathfinding.PathPoint`1.Pos": "MLEM.Pathfinding.PathPoint-1.yml",
"MLEM.Startup": "MLEM.Startup.yml",
"MLEM.Startup.CoroutineEvents": "MLEM.Startup.CoroutineEvents.yml",
"MLEM.Startup.CoroutineEvents.Draw": "MLEM.Startup.CoroutineEvents.yml",
"MLEM.Startup.CoroutineEvents.Update": "MLEM.Startup.CoroutineEvents.yml",
"MLEM.Startup.MlemGame": "MLEM.Startup.MlemGame.yml",
"MLEM.Startup.MlemGame.#ctor(System.Int32,System.Int32)": "MLEM.Startup.MlemGame.yml",
"MLEM.Startup.MlemGame.DoDraw(Microsoft.Xna.Framework.GameTime)": "MLEM.Startup.MlemGame.yml",
"MLEM.Startup.MlemGame.DoUpdate(Microsoft.Xna.Framework.GameTime)": "MLEM.Startup.MlemGame.yml",
"MLEM.Startup.MlemGame.Draw(Microsoft.Xna.Framework.GameTime)": "MLEM.Startup.MlemGame.yml",
"MLEM.Startup.MlemGame.GenericCallback": "MLEM.Startup.MlemGame.GenericCallback.yml",
"MLEM.Startup.MlemGame.GraphicsDeviceManager": "MLEM.Startup.MlemGame.yml",
"MLEM.Startup.MlemGame.Input": "MLEM.Startup.MlemGame.yml",
"MLEM.Startup.MlemGame.InputHandler": "MLEM.Startup.MlemGame.yml",
"MLEM.Startup.MlemGame.LoadContent": "MLEM.Startup.MlemGame.yml",
"MLEM.Startup.MlemGame.LoadContent``1(System.String)": "MLEM.Startup.MlemGame.yml",
"MLEM.Startup.MlemGame.OnDraw": "MLEM.Startup.MlemGame.yml",
"MLEM.Startup.MlemGame.OnLoadContent": "MLEM.Startup.MlemGame.yml",
"MLEM.Startup.MlemGame.OnUpdate": "MLEM.Startup.MlemGame.yml",
"MLEM.Startup.MlemGame.SpriteBatch": "MLEM.Startup.MlemGame.yml",
"MLEM.Startup.MlemGame.TimeCallback": "MLEM.Startup.MlemGame.TimeCallback.yml",
"MLEM.Startup.MlemGame.UiSystem": "MLEM.Startup.MlemGame.yml",
"MLEM.Startup.MlemGame.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Startup.MlemGame.yml",
"MLEM.Textures": "MLEM.Textures.yml",
"MLEM.Textures.NinePatch": "MLEM.Textures.NinePatch.yml",
"MLEM.Textures.NinePatch.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32)": "MLEM.Textures.NinePatch.yml",
"MLEM.Textures.NinePatch.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32)": "MLEM.Textures.NinePatch.yml",
"MLEM.Textures.NinePatch.#ctor(MLEM.Textures.TextureRegion,MLEM.Misc.Padding)": "MLEM.Textures.NinePatch.yml",
"MLEM.Textures.NinePatch.#ctor(MLEM.Textures.TextureRegion,System.Int32)": "MLEM.Textures.NinePatch.yml",
"MLEM.Textures.NinePatch.#ctor(MLEM.Textures.TextureRegion,System.Int32,System.Int32,System.Int32,System.Int32)": "MLEM.Textures.NinePatch.yml",
"MLEM.Textures.NinePatch.CreateRectangles(Microsoft.Xna.Framework.Rectangle,System.Single)": "MLEM.Textures.NinePatch.yml",
"MLEM.Textures.NinePatch.CreateRectangles(MLEM.Misc.RectangleF,System.Single)": "MLEM.Textures.NinePatch.yml",
"MLEM.Textures.NinePatch.Padding": "MLEM.Textures.NinePatch.yml",
"MLEM.Textures.NinePatch.Region": "MLEM.Textures.NinePatch.yml",
"MLEM.Textures.NinePatch.SourceRectangles": "MLEM.Textures.NinePatch.yml",
"MLEM.Textures.NinePatchExtensions": "MLEM.Textures.NinePatchExtensions.yml",
"MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color,System.Single)": "MLEM.Textures.NinePatchExtensions.yml",
"MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single,System.Single)": "MLEM.Textures.NinePatchExtensions.yml",
"MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Single)": "MLEM.Textures.NinePatchExtensions.yml",
"MLEM.Textures.NinePatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.NinePatch,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single,System.Single)": "MLEM.Textures.NinePatchExtensions.yml",
"MLEM.Textures.TextureRegion": "MLEM.Textures.TextureRegion.yml",
"MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D)": "MLEM.Textures.TextureRegion.yml",
"MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Point,Microsoft.Xna.Framework.Point)": "MLEM.Textures.TextureRegion.yml",
"MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle)": "MLEM.Textures.TextureRegion.yml",
"MLEM.Textures.TextureRegion.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32,System.Int32,System.Int32)": "MLEM.Textures.TextureRegion.yml",
"MLEM.Textures.TextureRegion.Area": "MLEM.Textures.TextureRegion.yml",
"MLEM.Textures.TextureRegion.Height": "MLEM.Textures.TextureRegion.yml",
"MLEM.Textures.TextureRegion.Position": "MLEM.Textures.TextureRegion.yml",
"MLEM.Textures.TextureRegion.Size": "MLEM.Textures.TextureRegion.yml",
"MLEM.Textures.TextureRegion.Texture": "MLEM.Textures.TextureRegion.yml",
"MLEM.Textures.TextureRegion.U": "MLEM.Textures.TextureRegion.yml",
"MLEM.Textures.TextureRegion.V": "MLEM.Textures.TextureRegion.yml",
"MLEM.Textures.TextureRegion.Width": "MLEM.Textures.TextureRegion.yml",
"MLEM.Textures.TextureRegionExtensions": "MLEM.Textures.TextureRegionExtensions.yml",
"MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color)": "MLEM.Textures.TextureRegionExtensions.yml",
"MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Textures.TextureRegionExtensions.yml",
"MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "MLEM.Textures.TextureRegionExtensions.yml",
"MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Textures.TextureRegionExtensions.yml",
"MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Textures.TextureRegionExtensions.yml",
"MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color)": "MLEM.Textures.TextureRegionExtensions.yml",
"MLEM.Textures.TextureRegionExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Textures.TextureRegion,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)": "MLEM.Textures.TextureRegionExtensions.yml",
"MLEM.Textures.UniformTextureAtlas": "MLEM.Textures.UniformTextureAtlas.yml",
"MLEM.Textures.UniformTextureAtlas.#ctor(Microsoft.Xna.Framework.Graphics.Texture2D,System.Int32,System.Int32)": "MLEM.Textures.UniformTextureAtlas.yml",
"MLEM.Textures.UniformTextureAtlas.Item(Microsoft.Xna.Framework.Point)": "MLEM.Textures.UniformTextureAtlas.yml",
"MLEM.Textures.UniformTextureAtlas.Item(Microsoft.Xna.Framework.Rectangle)": "MLEM.Textures.UniformTextureAtlas.yml",
"MLEM.Textures.UniformTextureAtlas.Item(System.Int32)": "MLEM.Textures.UniformTextureAtlas.yml",
"MLEM.Textures.UniformTextureAtlas.Item(System.Int32,System.Int32)": "MLEM.Textures.UniformTextureAtlas.yml",
"MLEM.Textures.UniformTextureAtlas.Item(System.Int32,System.Int32,System.Int32,System.Int32)": "MLEM.Textures.UniformTextureAtlas.yml",
"MLEM.Textures.UniformTextureAtlas.RegionAmountX": "MLEM.Textures.UniformTextureAtlas.yml",
"MLEM.Textures.UniformTextureAtlas.RegionAmountY": "MLEM.Textures.UniformTextureAtlas.yml",
"MLEM.Textures.UniformTextureAtlas.RegionHeight": "MLEM.Textures.UniformTextureAtlas.yml",
"MLEM.Textures.UniformTextureAtlas.RegionWidth": "MLEM.Textures.UniformTextureAtlas.yml",
"MLEM.Textures.UniformTextureAtlas.Texture": "MLEM.Textures.UniformTextureAtlas.yml",
"MLEM.Ui": "MLEM.Ui.yml",
"MLEM.Ui.Anchor": "MLEM.Ui.Anchor.yml",
"MLEM.Ui.Anchor.AutoCenter": "MLEM.Ui.Anchor.yml",
"MLEM.Ui.Anchor.AutoInline": "MLEM.Ui.Anchor.yml",
"MLEM.Ui.Anchor.AutoInlineIgnoreOverflow": "MLEM.Ui.Anchor.yml",
"MLEM.Ui.Anchor.AutoLeft": "MLEM.Ui.Anchor.yml",
"MLEM.Ui.Anchor.AutoRight": "MLEM.Ui.Anchor.yml",
"MLEM.Ui.Anchor.BottomCenter": "MLEM.Ui.Anchor.yml",
"MLEM.Ui.Anchor.BottomLeft": "MLEM.Ui.Anchor.yml",
"MLEM.Ui.Anchor.BottomRight": "MLEM.Ui.Anchor.yml",
"MLEM.Ui.Anchor.Center": "MLEM.Ui.Anchor.yml",
"MLEM.Ui.Anchor.CenterLeft": "MLEM.Ui.Anchor.yml",
"MLEM.Ui.Anchor.CenterRight": "MLEM.Ui.Anchor.yml",
"MLEM.Ui.Anchor.TopCenter": "MLEM.Ui.Anchor.yml",
"MLEM.Ui.Anchor.TopLeft": "MLEM.Ui.Anchor.yml",
"MLEM.Ui.Anchor.TopRight": "MLEM.Ui.Anchor.yml",
"MLEM.Ui.Elements": "MLEM.Ui.Elements.yml",
"MLEM.Ui.Elements.Button": "MLEM.Ui.Elements.Button.yml",
"MLEM.Ui.Elements.Button.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.String,System.Single)": "MLEM.Ui.Elements.Button.yml",
"MLEM.Ui.Elements.Button.DisabledColor": "MLEM.Ui.Elements.Button.yml",
"MLEM.Ui.Elements.Button.DisabledTexture": "MLEM.Ui.Elements.Button.yml",
"MLEM.Ui.Elements.Button.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Button.yml",
"MLEM.Ui.Elements.Button.HoveredColor": "MLEM.Ui.Elements.Button.yml",
"MLEM.Ui.Elements.Button.HoveredTexture": "MLEM.Ui.Elements.Button.yml",
"MLEM.Ui.Elements.Button.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.Button.yml",
"MLEM.Ui.Elements.Button.IsDisabled": "MLEM.Ui.Elements.Button.yml",
"MLEM.Ui.Elements.Button.NormalColor": "MLEM.Ui.Elements.Button.yml",
"MLEM.Ui.Elements.Button.Text": "MLEM.Ui.Elements.Button.yml",
"MLEM.Ui.Elements.Button.Texture": "MLEM.Ui.Elements.Button.yml",
"MLEM.Ui.Elements.Button.Tooltip": "MLEM.Ui.Elements.Button.yml",
"MLEM.Ui.Elements.Checkbox": "MLEM.Ui.Elements.Checkbox.yml",
"MLEM.Ui.Elements.Checkbox.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.Boolean)": "MLEM.Ui.Elements.Checkbox.yml",
"MLEM.Ui.Elements.Checkbox.CalcActualSize(MLEM.Misc.RectangleF)": "MLEM.Ui.Elements.Checkbox.yml",
"MLEM.Ui.Elements.Checkbox.Checked": "MLEM.Ui.Elements.Checkbox.yml",
"MLEM.Ui.Elements.Checkbox.Checkmark": "MLEM.Ui.Elements.Checkbox.yml",
"MLEM.Ui.Elements.Checkbox.CheckStateChange": "MLEM.Ui.Elements.Checkbox.CheckStateChange.yml",
"MLEM.Ui.Elements.Checkbox.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Checkbox.yml",
"MLEM.Ui.Elements.Checkbox.HoveredColor": "MLEM.Ui.Elements.Checkbox.yml",
"MLEM.Ui.Elements.Checkbox.HoveredTexture": "MLEM.Ui.Elements.Checkbox.yml",
"MLEM.Ui.Elements.Checkbox.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.Checkbox.yml",
"MLEM.Ui.Elements.Checkbox.Label": "MLEM.Ui.Elements.Checkbox.yml",
"MLEM.Ui.Elements.Checkbox.OnCheckStateChange": "MLEM.Ui.Elements.Checkbox.yml",
"MLEM.Ui.Elements.Checkbox.TextOffsetX": "MLEM.Ui.Elements.Checkbox.yml",
"MLEM.Ui.Elements.Checkbox.Texture": "MLEM.Ui.Elements.Checkbox.yml",
"MLEM.Ui.Elements.CustomDrawGroup": "MLEM.Ui.Elements.CustomDrawGroup.yml",
"MLEM.Ui.Elements.CustomDrawGroup.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.CustomDrawGroup.TransformCallback,MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate,System.Boolean)": "MLEM.Ui.Elements.CustomDrawGroup.yml",
"MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate": "MLEM.Ui.Elements.CustomDrawGroup.BeginDelegate.yml",
"MLEM.Ui.Elements.CustomDrawGroup.BeginImpl": "MLEM.Ui.Elements.CustomDrawGroup.yml",
"MLEM.Ui.Elements.CustomDrawGroup.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.CustomDrawGroup.yml",
"MLEM.Ui.Elements.CustomDrawGroup.ScaleOrigin(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2})": "MLEM.Ui.Elements.CustomDrawGroup.yml",
"MLEM.Ui.Elements.CustomDrawGroup.Transform": "MLEM.Ui.Elements.CustomDrawGroup.yml",
"MLEM.Ui.Elements.CustomDrawGroup.TransformCallback": "MLEM.Ui.Elements.CustomDrawGroup.TransformCallback.yml",
"MLEM.Ui.Elements.CustomDrawGroup.TransformGetter": "MLEM.Ui.Elements.CustomDrawGroup.yml",
"MLEM.Ui.Elements.Dropdown": "MLEM.Ui.Elements.Dropdown.yml",
"MLEM.Ui.Elements.Dropdown.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.String,System.Single)": "MLEM.Ui.Elements.Dropdown.yml",
"MLEM.Ui.Elements.Dropdown.AddElement(MLEM.Ui.Elements.Element)": "MLEM.Ui.Elements.Dropdown.yml",
"MLEM.Ui.Elements.Dropdown.AddElement(MLEM.Ui.Elements.Paragraph.TextCallback,MLEM.Ui.Elements.Element.GenericCallback)": "MLEM.Ui.Elements.Dropdown.yml",
"MLEM.Ui.Elements.Dropdown.AddElement(System.String,MLEM.Ui.Elements.Element.GenericCallback)": "MLEM.Ui.Elements.Dropdown.yml",
"MLEM.Ui.Elements.Dropdown.IsOpen": "MLEM.Ui.Elements.Dropdown.yml",
"MLEM.Ui.Elements.Dropdown.OnOpenedOrClosed": "MLEM.Ui.Elements.Dropdown.yml",
"MLEM.Ui.Elements.Dropdown.Panel": "MLEM.Ui.Elements.Dropdown.yml",
"MLEM.Ui.Elements.Element": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2)": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.ActionSound": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32)": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.Anchor": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element})": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.Area": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Misc.RectangleF)": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.CanAutoAnchorsAttach": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.CanBeMoused": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.CanBePressed": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.CanBeSelected": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.ChildPaddedArea": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.ChildPadding": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.Children": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.Controls": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.DisplayArea": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.DrawAlpha": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.DrawCallback": "MLEM.Ui.Elements.Element.DrawCallback.yml",
"MLEM.Ui.Elements.Element.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.ForceUpdateArea": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.ForceUpdateSortedChildren": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.GamepadNextElementCallback": "MLEM.Ui.Elements.Element.GamepadNextElementCallback.yml",
"MLEM.Ui.Elements.Element.GenericCallback": "MLEM.Ui.Elements.Element.GenericCallback.yml",
"MLEM.Ui.Elements.Element.GetAreaForAutoAnchors": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean)": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean)": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2)": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.GetGamepadNextElement": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean})": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean})": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean})": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.GetParentTree": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.GetRelevantChildren": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean})": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean})": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.GetTabNextElement": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.Input": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.IsHidden": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.IsMouseOver": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.IsSelected": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.OnAreaUpdated": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.OnChildAdded": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.OnChildRemoved": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.OnDeselected": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.OnDrawn": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.OnMousedElementChanged": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.OnMouseEnter": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.OnMouseExit": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.OnPressed": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.OnSecondaryPressed": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.OnSelected": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.OnSelectedElementChanged": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.OnTextInput": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.OnUpdated": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.OtherElementCallback": "MLEM.Ui.Elements.Element.OtherElementCallback.yml",
"MLEM.Ui.Elements.Element.Padding": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.Parent": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.PositionOffset": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.Priority": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element)": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean})": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element})": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32})": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.Root": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.Scale": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.ScaledChildPadding": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.ScaledOffset": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.ScaledPadding": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.ScaledScrollOffset": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.ScaledSize": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.ScrollOffset": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.SecondActionSound": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.SelectionIndicator": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.SetAreaDirty": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.SetHeightBasedOnChildren": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.SetSortedChildrenDirty": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.SetWidthBasedOnChildren": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.Size": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.SortedChildren": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.System": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.TabNextElementCallback": "MLEM.Ui.Elements.Element.TabNextElementCallback.yml",
"MLEM.Ui.Elements.Element.TextInputCallback": "MLEM.Ui.Elements.Element.TextInputCallback.yml",
"MLEM.Ui.Elements.Element.TimeCallback": "MLEM.Ui.Elements.Element.TimeCallback.yml",
"MLEM.Ui.Elements.Element.UnscrolledArea": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.UpdateAreaIfDirty": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty": "MLEM.Ui.Elements.Element.yml",
"MLEM.Ui.Elements.ElementHelper": "MLEM.Ui.Elements.ElementHelper.yml",
"MLEM.Ui.Elements.ElementHelper.ImageButton(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,System.String,System.String,System.Single,System.Single)": "MLEM.Ui.Elements.ElementHelper.yml",
"MLEM.Ui.Elements.ElementHelper.MakeColumns(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.Vector2,System.Int32,System.Boolean)": "MLEM.Ui.Elements.ElementHelper.yml",
"MLEM.Ui.Elements.ElementHelper.NumberField(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Int32,System.Int32,MLEM.Ui.Elements.TextField.Rule,MLEM.Ui.Elements.TextField.TextChanged)": "MLEM.Ui.Elements.ElementHelper.yml",
"MLEM.Ui.Elements.ElementHelper.ShowInfoBox(MLEM.Ui.UiSystem,MLEM.Ui.Anchor,System.Single,System.String,System.Single,System.String)": "MLEM.Ui.Elements.ElementHelper.yml",
"MLEM.Ui.Elements.Group": "MLEM.Ui.Elements.Group.yml",
"MLEM.Ui.Elements.Group.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Boolean)": "MLEM.Ui.Elements.Group.yml",
"MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Group.yml",
"MLEM.Ui.Elements.Image": "MLEM.Ui.Elements.Image.yml",
"MLEM.Ui.Elements.Image.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,System.Boolean)": "MLEM.Ui.Elements.Image.yml",
"MLEM.Ui.Elements.Image.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.Image.TextureCallback,System.Boolean)": "MLEM.Ui.Elements.Image.yml",
"MLEM.Ui.Elements.Image.CalcActualSize(MLEM.Misc.RectangleF)": "MLEM.Ui.Elements.Image.yml",
"MLEM.Ui.Elements.Image.Color": "MLEM.Ui.Elements.Image.yml",
"MLEM.Ui.Elements.Image.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Image.yml",
"MLEM.Ui.Elements.Image.GetTextureCallback": "MLEM.Ui.Elements.Image.yml",
"MLEM.Ui.Elements.Image.ImageEffects": "MLEM.Ui.Elements.Image.yml",
"MLEM.Ui.Elements.Image.ImageRotation": "MLEM.Ui.Elements.Image.yml",
"MLEM.Ui.Elements.Image.ImageScale": "MLEM.Ui.Elements.Image.yml",
"MLEM.Ui.Elements.Image.MaintainImageAspect": "MLEM.Ui.Elements.Image.yml",
"MLEM.Ui.Elements.Image.ScaleToImage": "MLEM.Ui.Elements.Image.yml",
"MLEM.Ui.Elements.Image.Texture": "MLEM.Ui.Elements.Image.yml",
"MLEM.Ui.Elements.Image.TextureCallback": "MLEM.Ui.Elements.Image.TextureCallback.yml",
"MLEM.Ui.Elements.Panel": "MLEM.Ui.Elements.Panel.yml",
"MLEM.Ui.Elements.Panel.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Boolean,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Point},System.Boolean)": "MLEM.Ui.Elements.Panel.yml",
"MLEM.Ui.Elements.Panel.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Panel.yml",
"MLEM.Ui.Elements.Panel.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Panel.yml",
"MLEM.Ui.Elements.Panel.ForceUpdateArea": "MLEM.Ui.Elements.Panel.yml",
"MLEM.Ui.Elements.Panel.ForceUpdateSortedChildren": "MLEM.Ui.Elements.Panel.yml",
"MLEM.Ui.Elements.Panel.GetElementUnderPos(Microsoft.Xna.Framework.Vector2)": "MLEM.Ui.Elements.Panel.yml",
"MLEM.Ui.Elements.Panel.GetRelevantChildren": "MLEM.Ui.Elements.Panel.yml",
"MLEM.Ui.Elements.Panel.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.Panel.yml",
"MLEM.Ui.Elements.Panel.ScrollBar": "MLEM.Ui.Elements.Panel.yml",
"MLEM.Ui.Elements.Panel.ScrollSetup": "MLEM.Ui.Elements.Panel.yml",
"MLEM.Ui.Elements.Panel.Texture": "MLEM.Ui.Elements.Panel.yml",
"MLEM.Ui.Elements.Paragraph": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.#ctor(MLEM.Ui.Anchor,System.Single,MLEM.Ui.Elements.Paragraph.TextCallback,System.Boolean)": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.#ctor(MLEM.Ui.Anchor,System.Single,System.String,System.Boolean)": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.AutoAdjustWidth": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.BoldFont": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.CalcActualSize(MLEM.Misc.RectangleF)": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.FormatSettings": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.Formatting": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.GetTextCallback": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.ItalicFont": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.Link": "MLEM.Ui.Elements.Paragraph.Link.yml",
"MLEM.Ui.Elements.Paragraph.Link.#ctor(MLEM.Ui.Anchor,MLEM.Formatting.Token,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.Paragraph.Link[])": "MLEM.Ui.Elements.Paragraph.Link.yml",
"MLEM.Ui.Elements.Paragraph.Link.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.Paragraph.Link.yml",
"MLEM.Ui.Elements.Paragraph.Link.LinkCluster": "MLEM.Ui.Elements.Paragraph.Link.yml",
"MLEM.Ui.Elements.Paragraph.Link.Token": "MLEM.Ui.Elements.Paragraph.Link.yml",
"MLEM.Ui.Elements.Paragraph.ParseText(Microsoft.Xna.Framework.Vector2)": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.RegularFont": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.RenderedTextModifier": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.Text": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.TextCallback": "MLEM.Ui.Elements.Paragraph.TextCallback.yml",
"MLEM.Ui.Elements.Paragraph.TextColor": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.TextModifier": "MLEM.Ui.Elements.Paragraph.TextModifier.yml",
"MLEM.Ui.Elements.Paragraph.TextScale": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.TimeIntoAnimation": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.TokenizedText": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.Paragraph.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Ui.Elements.Paragraph.yml",
"MLEM.Ui.Elements.ProgressBar": "MLEM.Ui.Elements.ProgressBar.yml",
"MLEM.Ui.Elements.ProgressBar.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,System.Single,System.Single)": "MLEM.Ui.Elements.ProgressBar.yml",
"MLEM.Ui.Elements.ProgressBar.Color": "MLEM.Ui.Elements.ProgressBar.yml",
"MLEM.Ui.Elements.ProgressBar.CurrentValue": "MLEM.Ui.Elements.ProgressBar.yml",
"MLEM.Ui.Elements.ProgressBar.Direction": "MLEM.Ui.Elements.ProgressBar.yml",
"MLEM.Ui.Elements.ProgressBar.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.ProgressBar.yml",
"MLEM.Ui.Elements.ProgressBar.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.ProgressBar.yml",
"MLEM.Ui.Elements.ProgressBar.MaxValue": "MLEM.Ui.Elements.ProgressBar.yml",
"MLEM.Ui.Elements.ProgressBar.ProgressColor": "MLEM.Ui.Elements.ProgressBar.yml",
"MLEM.Ui.Elements.ProgressBar.ProgressPadding": "MLEM.Ui.Elements.ProgressBar.yml",
"MLEM.Ui.Elements.ProgressBar.ProgressTexture": "MLEM.Ui.Elements.ProgressBar.yml",
"MLEM.Ui.Elements.ProgressBar.Texture": "MLEM.Ui.Elements.ProgressBar.yml",
"MLEM.Ui.Elements.RadioButton": "MLEM.Ui.Elements.RadioButton.yml",
"MLEM.Ui.Elements.RadioButton.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.String,System.Boolean,System.String)": "MLEM.Ui.Elements.RadioButton.yml",
"MLEM.Ui.Elements.RadioButton.Group": "MLEM.Ui.Elements.RadioButton.yml",
"MLEM.Ui.Elements.RadioButton.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.RadioButton.yml",
"MLEM.Ui.Elements.ScrollBar": "MLEM.Ui.Elements.ScrollBar.yml",
"MLEM.Ui.Elements.ScrollBar.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Int32,System.Single,System.Boolean)": "MLEM.Ui.Elements.ScrollBar.yml",
"MLEM.Ui.Elements.ScrollBar.AutoHideWhenEmpty": "MLEM.Ui.Elements.ScrollBar.yml",
"MLEM.Ui.Elements.ScrollBar.Background": "MLEM.Ui.Elements.ScrollBar.yml",
"MLEM.Ui.Elements.ScrollBar.CurrentValue": "MLEM.Ui.Elements.ScrollBar.yml",
"MLEM.Ui.Elements.ScrollBar.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.ScrollBar.yml",
"MLEM.Ui.Elements.ScrollBar.Horizontal": "MLEM.Ui.Elements.ScrollBar.yml",
"MLEM.Ui.Elements.ScrollBar.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.ScrollBar.yml",
"MLEM.Ui.Elements.ScrollBar.MaxValue": "MLEM.Ui.Elements.ScrollBar.yml",
"MLEM.Ui.Elements.ScrollBar.OnAutoHide": "MLEM.Ui.Elements.ScrollBar.yml",
"MLEM.Ui.Elements.ScrollBar.OnValueChanged": "MLEM.Ui.Elements.ScrollBar.yml",
"MLEM.Ui.Elements.ScrollBar.ScrollerOffset": "MLEM.Ui.Elements.ScrollBar.yml",
"MLEM.Ui.Elements.ScrollBar.ScrollerSize": "MLEM.Ui.Elements.ScrollBar.yml",
"MLEM.Ui.Elements.ScrollBar.ScrollerTexture": "MLEM.Ui.Elements.ScrollBar.yml",
"MLEM.Ui.Elements.ScrollBar.SmoothScrollFactor": "MLEM.Ui.Elements.ScrollBar.yml",
"MLEM.Ui.Elements.ScrollBar.SmoothScrolling": "MLEM.Ui.Elements.ScrollBar.yml",
"MLEM.Ui.Elements.ScrollBar.StepPerScroll": "MLEM.Ui.Elements.ScrollBar.yml",
"MLEM.Ui.Elements.ScrollBar.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Ui.Elements.ScrollBar.yml",
"MLEM.Ui.Elements.ScrollBar.ValueChanged": "MLEM.Ui.Elements.ScrollBar.ValueChanged.yml",
"MLEM.Ui.Elements.Slider": "MLEM.Ui.Elements.Slider.yml",
"MLEM.Ui.Elements.Slider.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,System.Int32,System.Single)": "MLEM.Ui.Elements.Slider.yml",
"MLEM.Ui.Elements.Slider.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Ui.Elements.Slider.yml",
"MLEM.Ui.Elements.SpriteAnimationImage": "MLEM.Ui.Elements.SpriteAnimationImage.yml",
"MLEM.Ui.Elements.SpriteAnimationImage.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,MLEM.Animations.SpriteAnimation,System.Boolean)": "MLEM.Ui.Elements.SpriteAnimationImage.yml",
"MLEM.Ui.Elements.SpriteAnimationImage.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,MLEM.Animations.SpriteAnimationGroup,System.Boolean)": "MLEM.Ui.Elements.SpriteAnimationImage.yml",
"MLEM.Ui.Elements.SpriteAnimationImage.Group": "MLEM.Ui.Elements.SpriteAnimationImage.yml",
"MLEM.Ui.Elements.SpriteAnimationImage.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Ui.Elements.SpriteAnimationImage.yml",
"MLEM.Ui.Elements.TextField": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.#ctor(MLEM.Ui.Anchor,Microsoft.Xna.Framework.Vector2,MLEM.Ui.Elements.TextField.Rule,MLEM.Font.GenericFont)": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.CaretPos": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.CaretWidth": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.DefaultRule": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,Microsoft.Xna.Framework.Graphics.BlendState,Microsoft.Xna.Framework.Graphics.SamplerState,Microsoft.Xna.Framework.Matrix)": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.Font": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.HoveredColor": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.HoveredTexture": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.InputRule": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.InsertText(System.Object)": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.LettersNumbers": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.MobileDescription": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.MobileTitle": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.OnlyLetters": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.OnlyNumbers": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.OnTextChange": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.PlaceholderColor": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.PlaceholderText": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.RemoveText(System.Int32,System.Int32)": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.Rule": "MLEM.Ui.Elements.TextField.Rule.yml",
"MLEM.Ui.Elements.TextField.SetText(System.Object,System.Boolean)": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.Text": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.TextChanged": "MLEM.Ui.Elements.TextField.TextChanged.yml",
"MLEM.Ui.Elements.TextField.TextColor": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.TextOffsetX": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.TextScale": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.Texture": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.TextField.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Ui.Elements.TextField.yml",
"MLEM.Ui.Elements.Tooltip": "MLEM.Ui.Elements.Tooltip.yml",
"MLEM.Ui.Elements.Tooltip.#ctor(System.Single,System.String,MLEM.Ui.Elements.Element)": "MLEM.Ui.Elements.Tooltip.yml",
"MLEM.Ui.Elements.Tooltip.ForceUpdateArea": "MLEM.Ui.Elements.Tooltip.yml",
"MLEM.Ui.Elements.Tooltip.InitStyle(MLEM.Ui.Style.UiStyle)": "MLEM.Ui.Elements.Tooltip.yml",
"MLEM.Ui.Elements.Tooltip.MouseOffset": "MLEM.Ui.Elements.Tooltip.yml",
"MLEM.Ui.Elements.Tooltip.Paragraph": "MLEM.Ui.Elements.Tooltip.yml",
"MLEM.Ui.Elements.Tooltip.SnapPositionToMouse": "MLEM.Ui.Elements.Tooltip.yml",
"MLEM.Ui.Elements.Tooltip.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Ui.Elements.Tooltip.yml",
"MLEM.Ui.Elements.VerticalSpace": "MLEM.Ui.Elements.VerticalSpace.yml",
"MLEM.Ui.Elements.VerticalSpace.#ctor(System.Int32)": "MLEM.Ui.Elements.VerticalSpace.yml",
"MLEM.Ui.RootElement": "MLEM.Ui.RootElement.yml",
"MLEM.Ui.RootElement.#ctor(System.String,MLEM.Ui.Elements.Element,MLEM.Ui.UiSystem)": "MLEM.Ui.RootElement.yml",
"MLEM.Ui.RootElement.ActualScale": "MLEM.Ui.RootElement.yml",
"MLEM.Ui.RootElement.CanSelectContent": "MLEM.Ui.RootElement.yml",
"MLEM.Ui.RootElement.Element": "MLEM.Ui.RootElement.yml",
"MLEM.Ui.RootElement.InvTransform": "MLEM.Ui.RootElement.yml",
"MLEM.Ui.RootElement.Name": "MLEM.Ui.RootElement.yml",
"MLEM.Ui.RootElement.OnElementAdded": "MLEM.Ui.RootElement.yml",
"MLEM.Ui.RootElement.OnElementRemoved": "MLEM.Ui.RootElement.yml",
"MLEM.Ui.RootElement.Priority": "MLEM.Ui.RootElement.yml",
"MLEM.Ui.RootElement.Scale": "MLEM.Ui.RootElement.yml",
"MLEM.Ui.RootElement.SelectedElement": "MLEM.Ui.RootElement.yml",
"MLEM.Ui.RootElement.SelectElement(MLEM.Ui.Elements.Element,System.Nullable{System.Boolean})": "MLEM.Ui.RootElement.yml",
"MLEM.Ui.RootElement.System": "MLEM.Ui.RootElement.yml",
"MLEM.Ui.RootElement.Transform": "MLEM.Ui.RootElement.yml",
"MLEM.Ui.Style": "MLEM.Ui.Style.yml",
"MLEM.Ui.Style.StyleProp`1": "MLEM.Ui.Style.StyleProp-1.yml",
"MLEM.Ui.Style.StyleProp`1.#ctor(`0)": "MLEM.Ui.Style.StyleProp-1.yml",
"MLEM.Ui.Style.StyleProp`1.HasValue": "MLEM.Ui.Style.StyleProp-1.yml",
"MLEM.Ui.Style.StyleProp`1.op_Implicit(`0)~MLEM.Ui.Style.StyleProp{`0}": "MLEM.Ui.Style.StyleProp-1.yml",
"MLEM.Ui.Style.StyleProp`1.op_Implicit(MLEM.Ui.Style.StyleProp{`0})~`0": "MLEM.Ui.Style.StyleProp-1.yml",
"MLEM.Ui.Style.StyleProp`1.OrDefault(`0)": "MLEM.Ui.Style.StyleProp-1.yml",
"MLEM.Ui.Style.StyleProp`1.Set(`0)": "MLEM.Ui.Style.StyleProp-1.yml",
"MLEM.Ui.Style.StyleProp`1.SetFromStyle(`0)": "MLEM.Ui.Style.StyleProp-1.yml",
"MLEM.Ui.Style.StyleProp`1.Value": "MLEM.Ui.Style.StyleProp-1.yml",
"MLEM.Ui.Style.UiStyle": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.ActionSound": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.BoldFont": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.ButtonDisabledColor": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.ButtonDisabledTexture": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.ButtonHoveredColor": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.ButtonHoveredTexture": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.ButtonTexture": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.CheckboxCheckmark": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.CheckboxHoveredColor": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.CheckboxHoveredTexture": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.CheckboxTexture": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.Font": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.FormatSettings": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.ItalicFont": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.PanelTexture": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.ProgressBarColor": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.ProgressBarProgressColor": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.ProgressBarProgressPadding": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.ProgressBarTexture": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.RadioCheckmark": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.RadioHoveredColor": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.RadioHoveredTexture": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.RadioTexture": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.ScrollBarBackground": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.ScrollBarScrollerTexture": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.SelectionIndicator": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.TextFieldHoveredColor": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.TextFieldHoveredTexture": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.TextFieldTexture": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.TextScale": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.TooltipBackground": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UiStyle.TooltipOffset": "MLEM.Ui.Style.UiStyle.yml",
"MLEM.Ui.Style.UntexturedStyle": "MLEM.Ui.Style.UntexturedStyle.yml",
"MLEM.Ui.Style.UntexturedStyle.#ctor(Microsoft.Xna.Framework.Graphics.SpriteBatch)": "MLEM.Ui.Style.UntexturedStyle.yml",
"MLEM.Ui.UiControls": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.#ctor(MLEM.Ui.UiSystem,MLEM.Input.InputHandler)": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.ActiveRoot": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.AddButtons(System.Object[]@,System.Object[])": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.DownButtons": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.GamepadButtons": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.GamepadIndex": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.GetElementUnderPos(Microsoft.Xna.Framework.Vector2,System.Boolean)": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.GetGamepadNextElement(MLEM.Misc.RectangleF)": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.GetSelectedElement(MLEM.Ui.RootElement)": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.GetTabNextElement(System.Boolean)": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.HandleGamepad": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.HandleKeyboard": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.HandleMouse": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.HandleTouch": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.Input": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.IsAutoNavMode": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.IsInputOurs": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.KeyboardButtons": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.LeftButtons": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.MousedElement": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.RightButtons": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.SecondaryGamepadButtons": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.SelectedElement": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.SelectElement(MLEM.Ui.RootElement,MLEM.Ui.Elements.Element,System.Nullable{System.Boolean})": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.System": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.UpButtons": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiControls.Update": "MLEM.Ui.UiControls.yml",
"MLEM.Ui.UiSystem": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.#ctor(Microsoft.Xna.Framework.GameWindow,Microsoft.Xna.Framework.Graphics.GraphicsDevice,MLEM.Ui.Style.UiStyle,MLEM.Input.InputHandler)": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.Add(System.String,MLEM.Ui.Elements.Element)": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.ApplyToAll(System.Action{MLEM.Ui.Elements.Element})": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.AutoScaleReferenceSize": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.AutoScaleWithScreen": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.BlendState": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.Controls": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.DrawAlpha": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.DrawEarly(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.Get(System.String)": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.GetRootElements": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.GlobalScale": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.GraphicsDevice": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.OnElementAreaUpdated": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.OnElementDeselected": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.OnElementDrawn": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.OnElementMouseEnter": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.OnElementMouseExit": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.OnElementPressed": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.OnElementSecondaryPressed": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.OnElementSelected": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.OnElementUpdated": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.OnMousedElementChanged": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.OnRootAdded": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.OnRootRemoved": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.OnSelectedElementChanged": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.OnSelectedElementDrawn": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.Remove(System.String)": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.RootCallback": "MLEM.Ui.UiSystem.RootCallback.yml",
"MLEM.Ui.UiSystem.SamplerState": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.Style": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.TextFormatter": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.Update(Microsoft.Xna.Framework.GameTime)": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.Viewport": "MLEM.Ui.UiSystem.yml",
"MLEM.Ui.UiSystem.Window": "MLEM.Ui.UiSystem.yml"
}