mirror of
https://github.com/HolographicHat/Yae.git
synced 2026-03-15 08:33:16 +08:00
move documents
This commit is contained in:
@@ -98,7 +98,7 @@ internal static unsafe class Application {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static ulong ReadRawVarInt64(this Span<byte> span, ref int offset) {
|
private static ulong ReadRawVarInt64(Span<byte> span, ref int offset) {
|
||||||
ulong result = 0;
|
ulong result = 0;
|
||||||
for (var i = 0; i < 8; i++) {
|
for (var i = 0; i < 8; i++) {
|
||||||
var b = span[offset++];
|
var b = span[offset++];
|
||||||
|
|||||||
Reference in New Issue
Block a user