9 lines
No EOL
151 B
C#
9 lines
No EOL
151 B
C#
namespace Iceshrimp.Backend.Core.Configuration;
|
|
|
|
public static class Enums {
|
|
public enum Registrations {
|
|
Closed = 0,
|
|
Invite = 1,
|
|
Open = 2
|
|
}
|
|
} |