1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-20 00:43:36 +03:00
Octobot/Data/NotificationReceiver.cs
2023-05-30 18:42:57 +05:00

6 lines
89 B
C#

namespace Boyfriend.Data;
public enum NotificationReceiver {
Interested,
Role
}