├── Example.proto ├── ProtoEnum.lua ├── ProtoIntelliSense.lua ├── README.MD ├── make_proto_emmylua.exe └── make_proto_emmylua.py /Example.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sniper00/ProtoBufferEmmyLua/HEAD/Example.proto -------------------------------------------------------------------------------- /ProtoEnum.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sniper00/ProtoBufferEmmyLua/HEAD/ProtoEnum.lua -------------------------------------------------------------------------------- /ProtoIntelliSense.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sniper00/ProtoBufferEmmyLua/HEAD/ProtoIntelliSense.lua -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sniper00/ProtoBufferEmmyLua/HEAD/README.MD -------------------------------------------------------------------------------- /make_proto_emmylua.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sniper00/ProtoBufferEmmyLua/HEAD/make_proto_emmylua.exe -------------------------------------------------------------------------------- /make_proto_emmylua.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sniper00/ProtoBufferEmmyLua/HEAD/make_proto_emmylua.py --------------------------------------------------------------------------------