8 lines
162 B
C#
8 lines
162 B
C#
using AetherBags.Addons;
|
|
|
|
namespace AetherBags;
|
|
|
|
public static class System
|
|
{
|
|
public static AddonInventoryWindow AddonInventoryWindow { get; set; } = null!;
|
|
} |