mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Remove generic args class
This commit is contained in:
parent
8e8d0246bc
commit
b81cb9c74c
1 changed files with 0 additions and 17 deletions
|
|
@ -1,17 +0,0 @@
|
||||||
namespace Dalamud.Game.Addon.Lifecycle.AddonArgTypes;
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Addon argument data for Draw events.
|
|
||||||
/// </summary>
|
|
||||||
public class AddonGenericArgs : AddonArgs
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// Initializes a new instance of the <see cref="AddonGenericArgs"/> class.
|
|
||||||
/// </summary>
|
|
||||||
internal AddonGenericArgs()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <inheritdoc/>
|
|
||||||
public override AddonArgsType Type => AddonArgsType.Generic;
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue