mirror of
https://github.com/Dadechin/Unity-WebSocket.git
synced 2025-07-03 11:54:35 +00:00
13 lines
249 B
C#
13 lines
249 B
C#
|
|
namespace FishNet.Object
|
|
{
|
|
/// <summary>
|
|
/// This may be added at runtime to find objects without any network scripts, beneath a NetworkObject.
|
|
/// </summary>
|
|
public class EmptyNetworkBehaviour : NetworkBehaviour
|
|
{
|
|
|
|
}
|
|
|
|
|
|
} |