started adding enemy factory

This commit is contained in:
Mausham
2025-12-31 17:14:20 -08:00
parent 3aabc42bf8
commit 8eafd8bb60
130 changed files with 49524 additions and 46086 deletions

View File

@@ -0,0 +1,9 @@
using UnityEngine;
namespace Darkmatter.Core
{
public interface IEnemyFactory
{
IEnemyPawn GetEnemy(ZombieType type);
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 3089e498135722943b5e535be3721398