8 lines
112 B
C#
8 lines
112 B
C#
namespace PluralKit.Core
|
|
{
|
|
public enum PrivacyLevel
|
|
{
|
|
Public = 1,
|
|
Private = 2
|
|
}
|
|
} |