9 lines
167 B
C#
9 lines
167 B
C#
|
namespace OpenBirchWebsite.Services
|
|||
|
{
|
|||
|
// Cry about it
|
|||
|
public static class GlobalVariables
|
|||
|
{
|
|||
|
public static bool HasAutoTypingEd = false;
|
|||
|
}
|
|||
|
}
|