Ejemplo n.º 1
0
 public static void ShowEffect(this EntityComponent entityComponent, EffectData data)
 {
     entityComponent.ShowEntity(typeof(Effect), "Effect", Constant.AssetPriority.EffectAsset);
 }
Ejemplo n.º 2
0
 public static void ShowEffect(this EntityComponent entityComponent, EffectData data)
 {
     entityComponent.ShowEntity(typeof(Effect), "Effect", data);
 }