mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
8 lines
122 B
C#
8 lines
122 B
C#
namespace Dalamud;
|
|
|
|
/// <summary>
|
|
/// Marker class for service types.
|
|
/// </summary>
|
|
public interface IServiceType
|
|
{
|
|
}
|