Example #1
0
 /// <summary>
 /// Initializes the component by setting the particle system reference property
 /// and adding event handlers.
 /// </summary>
 void Init()
 {
     spriteExploderParticleSystem = SpriteExploder.GetParticleSystem();
     AddEventHandlers();
 }