namespace QSB.ProbeSync { public enum ProbeEvent { Invalid = 0, Launch = 1, Anchor = 2, Unanchor = 3, Retrieve = 4, Destroy = 5 } }