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