remove tokens

This commit is contained in:
Mister_Nebula 2021-07-06 21:11:57 +01:00
parent ad1e47d950
commit fae5f49c96

View File

@ -96,7 +96,6 @@ namespace QuantumUNET.Components
} }
} }
// Token: 0x06000488 RID: 1160 RVA: 0x00019B44 File Offset: 0x00017D44
private void UnserializeModeTransform(QNetworkReader reader, bool initialState) private void UnserializeModeTransform(QNetworkReader reader, bool initialState)
{ {
if (HasAuthority) if (HasAuthority)
@ -111,7 +110,6 @@ namespace QuantumUNET.Components
} }
} }
// Token: 0x06000489 RID: 1161 RVA: 0x00019C4B File Offset: 0x00017E4B
private void FixedUpdate() private void FixedUpdate()
{ {
if (IsServer) if (IsServer)
@ -125,7 +123,6 @@ namespace QuantumUNET.Components
} }
} }
// Token: 0x0600048A RID: 1162 RVA: 0x00019C74 File Offset: 0x00017E74
private void FixedUpdateServer() private void FixedUpdateServer()
{ {
if (SyncVarDirtyBits == 0U) if (SyncVarDirtyBits == 0U)
@ -153,7 +150,6 @@ namespace QuantumUNET.Components
} }
} }
// Token: 0x0600048B RID: 1163 RVA: 0x00019D24 File Offset: 0x00017F24
private void FixedUpdateClient() private void FixedUpdateClient()
{ {
if (LastSyncTime != 0f) if (LastSyncTime != 0f)