Fix AddonEventType.Resize

This commit is contained in:
Haselnussbomber 2025-10-24 03:07:36 +02:00
parent 7a45c0d661
commit 39e6186ba3
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1

View file

@ -74,7 +74,7 @@ public enum AddonEventType : byte
/// <summary> /// <summary>
/// Resize (ChatLogPanel). /// Resize (ChatLogPanel).
/// </summary> /// </summary>
Resize = 19, Resize = 21,
/// <summary> /// <summary>
/// AtkComponentButton Press, sent on MouseDown on Button. /// AtkComponentButton Press, sent on MouseDown on Button.