So i have my code
public static void RegisterEnemy(Enemy _enemy)
{
string _enemyID = _enemy.name;
enemies.Add(_enemyID, _enemy);
}
and i want to add this method when my zombie is respawn on map(Network) but i don’t know how do I do that ![]()