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