global using ACE.Entity.Enum; global using ACE.Server.Command; global using ACE.Server.Managers; global using ACE.Server.Mods; global using ACE.Server.Network; global using ACE.Server.WorldObjects; global using HarmonyLib; global using System.Linq; global using System.Text; global using System.Text.Encodings.Web; global using System.Text.Json; // ACE's Fellowship type and this mod's namespace would otherwise collide. global using AceFellowship = ACE.Server.Entity.Fellowship;