imkk000 / CsharpProtobuf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Csharp Protobuf

Simple Protobuf - LoginPacket

name type
Code uint32
Size uint32
SizeOfUsername uint32
Username string
SizeOfPassword uint32
Password string

How to compile protobuf

protoc --csharp_out=. protos/*

How to install protobuf package from NuGet

dotnet add package Google.Protobuf --version 3.9.1

About


Languages

Language:C# 100.0%