mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-21 04:56:01 +08:00
8 lines
103 B
Protocol Buffer
8 lines
103 B
Protocol Buffer
![]() |
syntax = "proto3";
|
||
|
|
||
|
package foo_bar;
|
||
|
|
||
|
option ruby_package = "A::B";
|
||
|
|
||
|
message TestRubyPackageMessage {}
|