DO NOT CREATE AN INSTANCE OF THIS. USE TechnicolorAction.Instance.
Inheritance: ParticleAction
 /// <summary>
 /// Creates this instance.
 /// </summary>
 public static void Create()
 {
     if (Instance == null)
     {
         Instance = new TechnicolorAction();
     }
 }
Esempio n. 2
0
 /// <summary>
 /// Creates this instance.
 /// </summary>
 public static void Create()
 {
     if (Instance == null)
     {
         Instance = new TechnicolorAction();
     }
 }