initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace ProtoBuf;
|
||||
|
||||
public enum DataFormat
|
||||
{
|
||||
Default,
|
||||
ZigZag,
|
||||
TwosComplement,
|
||||
FixedSize,
|
||||
Group,
|
||||
WellKnown
|
||||
}
|
||||
Reference in New Issue
Block a user