示例#1
0
 private EnemySpawnDef getEnemyPrefab(float p)
 {
     return(_intervals[_index.FindIdx(p)].Enemy);
 }