mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
remove obsolete comment
This commit is contained in:
parent
12ac3613ad
commit
5650d952c8
@ -32,7 +32,6 @@ public static class ClientScene
|
|||||||
// TODO ready ? NetworkClient.connection : null??????
|
// TODO ready ? NetworkClient.connection : null??????
|
||||||
public static NetworkConnection readyConnection { get; private set; }
|
public static NetworkConnection readyConnection { get; private set; }
|
||||||
|
|
||||||
/// <summary>Registered spawnable prefabs by assetId.</summary>
|
|
||||||
[Obsolete("ClientScene.prefabs was moved to NetworkClient.prefabs")]
|
[Obsolete("ClientScene.prefabs was moved to NetworkClient.prefabs")]
|
||||||
public static Dictionary<Guid, GameObject> prefabs => NetworkClient.prefabs;
|
public static Dictionary<Guid, GameObject> prefabs => NetworkClient.prefabs;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user