imperfect-space/scripts/Global.cs
2026-01-29 09:43:15 -05:00

4 lines
71 B
C#

public static class Global
{
public static bool IsGameHost = false;
}