GetSpawnEnemyDataByTime
function in SpawnerGraph
Declaration
public SpawnEnemyData GetSpawnEnemyDataByTime(int round, float time);
Parameters
round | The round you want to get enemies from |
time | Time must be greater than spawn time, to return that SpawnEnemyData |
Returns
SpawnEnemyData - Returns SpawnEnemyData if time is greater than an enemy spawn time in the given round
Description
It returns SpawnEnemyData if time is achieved.
Last updated