namespace Nadeko.Common.Medusa; public enum MedusaLoadResult { Success, NotFound, AlreadyLoaded, Empty, UnknownError, }