public void Cleanup() { if (this.effecter != null) { this.effecter.Cleanup(); } FullPool <PawnStatusEffecters.LiveEffecter> .Return(this); }
public void Cleanup() { if (effecter != null) { effecter.Cleanup(); } FullPool <LiveEffecter> .Return(this); }