MCPcopy Create free account
hub / github.com/AlSch092/UltimateAntiCheat / WriteUInt

Method WriteUInt

Server/Network/PacketWriter.cs:98–102  ·  view source on GitHub ↗
(uint value = 0)

Source from the content-addressed store, hash-verified

96 }
97
98 public void WriteUInt(uint value = 0)
99 {
100 ThrowIfDisposed();
101 Append(value, 4);
102 }
103
104 public void WriteFloat(float value = 0)
105 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected