Neighbourhood.omg.lol/Classes/FeatureFlags.cs

6 lines
130 B
C#
Raw Normal View History

2024-07-02 00:01:06 +00:00
namespace Neighbourhood.omg.lol {
public static class FeatureFlags {
2024-07-02 02:55:07 +00:00
public static bool Following { get; } = true;
2024-07-02 00:01:06 +00:00
}
}