initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace PureCrack.Wire;
|
||||
|
||||
public enum ProtoWire
|
||||
{
|
||||
Varint = 0,
|
||||
Fixed64 = 1,
|
||||
Bytes = 2,
|
||||
Fixed32 = 5
|
||||
}
|
||||
Reference in New Issue
Block a user