enemy spawner
This commit is contained in:
10
Game/Scripts/Runtime/Abstractions/ISpawnRule.cs
Normal file
10
Game/Scripts/Runtime/Abstractions/ISpawnRule.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Game.Scripts.Runtime.Data;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Game.Scripts.Runtime.Abstractions
|
||||
{
|
||||
public interface ISpawnRule
|
||||
{
|
||||
bool CanSpawn(EnemyDefinition definition, Vector3 position);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user