mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-03 16:57:16 -05:00
6 lines
196 B
C#
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 { }
|
|
}
|