Skip to content

Commit e1dc42f

Browse files
Minor update
minor update
1 parent 00eda77 commit e1dc42f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

com.unity.multiplayer.mlapi/Runtime/Core/RPCQueue/RPCQueueContainer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ namespace MLAPI
1212
/// </summary>
1313
public class RpcQueueContainer
1414
{
15+
1516
public enum QueueItemType
1617
{
1718
ServerRpc,

com.unity.multiplayer.mlapi/Runtime/Core/RPCQueue/RPCQueueProcessing.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ namespace MLAPI
1616
/// </summary>
1717
internal class RpcQueueProcessing
1818
{
19+
1920
#if DEVELOPMENT_BUILD || UNITY_EDITOR
2021
static ProfilerMarker s_MLAPIRPCQueueProcess = new ProfilerMarker("MLAPIRPCQueueProcess");
2122
static ProfilerMarker s_MLAPIRPCQueueSend = new ProfilerMarker("MLAPIRPCQueueSend");

0 commit comments

Comments
 (0)