moved xpnotificationlocation to its own file

This commit is contained in:
Toastie (DCS Team) 2024-08-17 19:05:33 +12:00
parent ba993a1bab
commit da48250ad4
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

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