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