mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
cleanup
This commit is contained in:
parent
988bd3a51c
commit
2797253cc4
@ -312,14 +312,7 @@ public static void SendToReady<T>(NetworkIdentity identity, T message, bool incl
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Send a message to only clients which are ready including the owner of the object identity.
|
||||
/// <para>See <see cref="NetworkConnection.isReady">NetworkConnection.isReady</see></para>
|
||||
/// </summary>
|
||||
/// <typeparam name="T">Message type</typeparam>
|
||||
/// <param name="identity">identity of the object</param>
|
||||
/// <param name="message">Message</param>
|
||||
/// <param name="channelId">Transport channel to use</param>
|
||||
/// <summary>Send a message to only clients which are ready including the owner of the NetworkIdentity</summary>
|
||||
// TODO put rpcs into NetworkServer.Update WorldState packet, then finally remove SendToReady!
|
||||
public static void SendToReady<T>(NetworkIdentity identity, T message, int channelId)
|
||||
where T : struct, NetworkMessage
|
||||
|
Loading…
Reference in New Issue
Block a user