5 lines
131 B
C#
5 lines
131 B
C#
namespace Neighbourhood.omg.lol {
|
|
public static class FeatureFlags {
|
|
public static bool Following { get; } = false;
|
|
}
|
|
}
|