Table of Contents

Delegate MonsterSpawnTable.SpawnMonster

Namespace
_GrindFest.Scripts.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 MonsterRankBehaviour
position Vector3
monsterLevel int
rank MonsterRank
affixes List<MonsterAffix>
onMonsterSpawned Action<MonsterRankBehaviour>

Returns

MonsterRankBehaviour