NahidaImpact/NahidaImpact.Protocol/LuaShellType.proto
2024-01-04 16:48:39 +03:00

9 lines
154 B
Protocol Buffer

syntax = "proto3";
// Obf: CILPGEMKHFH
enum LuaShellType {
LUASHELL_NONE = 0;
LUASHELL_NORMAL = 1;
LUASHELL_SECURITY = 2;
LUASHELL_SHELL_CODE = 3;
}