Indentation style changed to Horstmann
This commit is contained in:
@@ -9,8 +9,7 @@ namespace Components
|
||||
{
|
||||
|
||||
struct ParticleEmitter : Component
|
||||
{
|
||||
int ParticleTemplate;
|
||||
{ int ParticleTemplate;
|
||||
float SpawnFrequency;
|
||||
int SpawnCount;
|
||||
std::vector<Color> ColorSpectrum;
|
||||
|
||||
Reference in New Issue
Block a user