Files
AetherBags/AetherBags/System.cs
T
2025-12-20 04:04:31 +01:00

8 lines
162 B
C#

using AetherBags.Addons;
namespace AetherBags;
public static class System
{
public static AddonInventoryWindow AddonInventoryWindow { get; set; } = null!;
}