Register MultipleSyncPckts
This commit is contained in:
parent
cb7ce9bb87
commit
0fcaa19506
@ -8,7 +8,7 @@ LightingSettings:
|
|||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: DefaultLightingSettings
|
m_Name: DefaultLightingSettings
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
m_GIWorkflowMode: 1
|
m_GIWorkflowMode: 0
|
||||||
m_EnableBakedLightmaps: 1
|
m_EnableBakedLightmaps: 1
|
||||||
m_EnableRealtimeLightmaps: 0
|
m_EnableRealtimeLightmaps: 0
|
||||||
m_RealtimeEnvironmentLighting: 1
|
m_RealtimeEnvironmentLighting: 1
|
||||||
|
@ -24,6 +24,7 @@ namespace NeonTea.Quakeball.Networking {
|
|||||||
RegisterPacket(typeof(PlayerUpdatePckt));
|
RegisterPacket(typeof(PlayerUpdatePckt));
|
||||||
RegisterPacket(typeof(PlayerJumpPckt));
|
RegisterPacket(typeof(PlayerJumpPckt));
|
||||||
RegisterPacket(typeof(PlayerSyncPacket));
|
RegisterPacket(typeof(PlayerSyncPacket));
|
||||||
|
RegisterPacket(typeof(MultipleSyncsPckt));
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void ConnectionStatusChanged(ConnectionStatus oldStatus, ConnectionStatus newStatus, Connection conn) {
|
public override void ConnectionStatusChanged(ConnectionStatus oldStatus, ConnectionStatus newStatus, Connection conn) {
|
||||||
|
Loading…
Reference in New Issue
Block a user