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