mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-04 02:47:22 +00:00
11 lines
120 B
C#
11 lines
120 B
C#
namespace QSB.Tools.ProbeTool;
|
|
|
|
public enum ProbeEvent
|
|
{
|
|
Invalid,
|
|
Launch,
|
|
Anchor,
|
|
Unanchor,
|
|
Retrieve,
|
|
Destroy
|
|
} |