mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
10 lines
143 B
C#
10 lines
143 B
C#
namespace Nadeko.Common.Medusa;
|
|
|
|
public enum MedusaLoadResult
|
|
{
|
|
Success,
|
|
NotFound,
|
|
AlreadyLoaded,
|
|
Empty,
|
|
UnknownError,
|
|
} |