Delegate MonsterSpawnTable.SpawnMonster
- Namespace
- GrindFest.Characters.Monster
- Assembly
- GrindFest.dll
public delegate MonsterRankBehaviour MonsterSpawnTable.SpawnMonster(MonsterRankBehaviour _monsterPrefab, Vector3 position, int monsterLevel, MonsterRank rank, List<MonsterAffix> affixes = null, Action<MonsterRankBehaviour> onMonsterSpawned = null)
Parameters
_monsterPrefab
MonsterRankBehaviourposition
Vector3monsterLevel
intrank
MonsterRankaffixes
List<MonsterAffix>onMonsterSpawned
Action<MonsterRankBehaviour>