you can now load submarines dynamically and load them into the lobby screen and added entity spawner
This commit is contained in:
@@ -217,6 +217,11 @@ namespace Barotrauma
|
||||
return subs;
|
||||
}
|
||||
|
||||
public void AddSub(SubmarineInfo sub)
|
||||
{
|
||||
subs.Add(sub);
|
||||
}
|
||||
|
||||
public string LevelSeed
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user