1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-10-01 23:56:16 -04:00
OpenDiablo2/OpenDiablo2.Common/Interfaces/System/IMouseCursor.cs

6 lines
196 B
C#

namespace OpenDiablo2.Common.Interfaces
{
/// <summary>A cursor that can be displayed on the screen to indicate the location of the mouse.</summary>
public interface IMouseCursor { }
}