Changed ItemSpawner to EntitySpawner, used for syncing both item and character spawning
This commit is contained in:
@@ -11,6 +11,7 @@ namespace Barotrauma
|
||||
{
|
||||
private static Dictionary<ushort, Entity> dictionary = new Dictionary<ushort, Entity>();
|
||||
|
||||
public static EntitySpawner Spawner = new EntitySpawner();
|
||||
|
||||
private ushort id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user