first commit
This commit is contained in:
11
NitroxServer/GameLogic/Entities/Spawning/IEntitySpawner.cs
Normal file
11
NitroxServer/GameLogic/Entities/Spawning/IEntitySpawner.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
using NitroxModel.DataStructures;
|
||||
using NitroxModel.DataStructures.GameLogic;
|
||||
|
||||
namespace NitroxServer.GameLogic.Entities.Spawning
|
||||
{
|
||||
public interface IEntitySpawner
|
||||
{
|
||||
List<Entity> LoadUnspawnedEntities(NitroxInt3 batchId, bool fullCacheCreation = false);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user