internal TomeSlotLayer()
            : base("Avalon:MysticalTomeSlotLayer")
        {
            Instance = this;

            slot = new MysticalTomeSlot()
            {
                position = new Vector2(Main.screenWidth - 186f, 100f)
            };
        }
        internal TomeSlotLayer()
            : base("Avalon:MysticalTomeSlotLayer")
        {
            Instance = this;

            slot = new MysticalTomeSlot()
            {
                position = new Vector2(Main.screenWidth - 186f, 100f)
            };
        }