mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-04 17:27: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 { }
|
|||
|
}
|