public static void Initialize(TextWriter f) { instance = new DebugLog(f); }
public void ClaimStateless() { claimed = true; DebugLog.AddLog($"Ship: {GetId()} Claimed For One Round!"); }