33
public SM_MANTRA_EFFECT(Player player, int subEffectId)
34
{
35
this.player = player;
36
this.subEffectId = subEffectId;
}
37
38
/**
39