mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-18 05:47:43 +01:00
Add call-on-services-ready attribute for service methods, and fix scene nullability (#900)
This commit is contained in:
parent
5809accf5d
commit
3369f569fb
52 changed files with 274 additions and 273 deletions
8
Dalamud/IServiceType.cs
Normal file
8
Dalamud/IServiceType.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace Dalamud;
|
||||
|
||||
/// <summary>
|
||||
/// Marker class for service types.
|
||||
/// </summary>
|
||||
public interface IServiceType
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue