Files
PrinceOfGlory/Packages/com.firstgeargames.fishnet/Runtime/Object/EmptyNetworkBehaviour.cs
2026-03-03 03:15:46 +08:00

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