public static void OnCreepReachDestination(UnitCreep creep) { if (!creep.IsDestroyed()) { instance.OnUnitCleared(creep); } }