mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-12-11 20:15:10 +01:00
8 lines
91 B
C#
8 lines
91 B
C#
namespace QSB.Tools;
|
|
|
|
public enum ToolType
|
|
{
|
|
Signalscope,
|
|
ProbeLauncher,
|
|
Translator
|
|
} |