private static void Prefix()
 {
     OnLoadSpawnPoints?.Invoke();
 }
Exemplo n.º 2
0
 private void BeforeLoadingSpawnPoints()
 {
     PointManager.SetupFixedPoints();
     OnLoadSpawnPoints?.Invoke();
 }