R-Type
Distributed multiplayer game engine in C++
Loading...
Searching...
No Matches
ecs::SpawnerConfig Struct Reference

#include <Spawner.hpp>

Collaboration diagram for ecs::SpawnerConfig:
Collaboration graph

Public Attributes

std::vector< WaveConfigwaves
 
std::vector< int > wavesIntervals
 

Detailed Description

Definition at line 35 of file Spawner.hpp.

Member Data Documentation

◆ waves

std::vector<WaveConfig> ecs::SpawnerConfig::waves

Definition at line 36 of file Spawner.hpp.

Referenced by ecs::Spawner::setConfig(), and ecs::SpawnSystem::update().

◆ wavesIntervals

std::vector<int> ecs::SpawnerConfig::wavesIntervals

Definition at line 37 of file Spawner.hpp.

Referenced by ecs::SpawnSystem::update().


The documentation for this struct was generated from the following file: