Exemple #1
0
 internal void removeGroundEffect(GroundEffect g)
 {
     groundEffectsToRemove.Add(g);
 }
Exemple #2
0
 internal void addGroundEffect(GroundEffect g)
 {
     groundEffects.Add(g);
 }