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