aboutsummaryrefslogtreecommitdiff
path: root/source/ui/elements/game/tooltips/TooltipDisplay.cs
blob: 2ff051dcbbd6e3ee8be17b1b2c8248668f91998f (plain)
1
2
3
4
5
6
7
8
using Microsoft.Xna.Framework;

namespace Celesteia.UI.Elements.Game.Tooltips {
    public class TooltipDisplay : Container
    {
        public TooltipDisplay(Rect rect) : base(rect) {}
    }
}