mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
6 lines
89 B
C#
6 lines
89 B
C#
namespace Boyfriend.Data;
|
|
|
|
public enum NotificationReceiver {
|
|
Interested,
|
|
Role
|
|
}
|