NahidaImpact/NahidaImpact.Protocol/LuaShellType.proto

10 lines
154 B
Protocol Buffer
Raw Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
// Obf: CILPGEMKHFH
enum LuaShellType {
LUASHELL_NONE = 0;
LUASHELL_NORMAL = 1;
LUASHELL_SECURITY = 2;
LUASHELL_SHELL_CODE = 3;
}