1
Fork 0
mirror of https://gitlab.com/Kwoth/nadekobot.git synced 2024-10-02 12:09:07 +00:00

dev: moved xpnotificationlocation to its own file

This commit is contained in:
Kwoth 2024-08-16 23:47:21 +00:00
parent d0aa80a004
commit 67616deb79

View file

@ -4,4 +4,5 @@ public enum XpNotificationLocation
{
None,
Dm,
Channel
}