public void Stop() { IsDone = true; if (Handler != null) { Handler.Stop(); } }
public void Stop() { IsDone = true; if (Handler != null) { Handler.Stop(); Handler = null; } SendStop(); if (Info.Info.ApSec != 0) { SendAbilityDone(0); } }