Files
2026-08-27 10:56:38 -06:00

10 lines
94 B
C#

namespace ProtoBuf;
public enum PrefixStyle
{
None,
Base128,
Fixed32,
Fixed32BigEndian
}