Files
2026-06-22 16:18:34 +02:00

7 lines
237 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 { }
}