Unstable 0.15.15.0 (and the one before it I forgor)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Barotrauma.Networking;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace Barotrauma
|
||||
@@ -8,6 +7,8 @@ namespace Barotrauma
|
||||
{
|
||||
private readonly bool[] teamDead = new bool[2];
|
||||
|
||||
private List<Character>[] crews;
|
||||
|
||||
private bool initialized = false;
|
||||
|
||||
public override string Description
|
||||
|
||||
Reference in New Issue
Block a user