Class TestClass_ReferencedOnlyByTemplateNetworkBehavourType
Inheritance
TestClass_ReferencedOnlyByTemplateNetworkBehavourType
Assembly: Unity.Netcode.RuntimeTests.dll
Syntax
public class TestClass_ReferencedOnlyByTemplateNetworkBehavourType : TestClass, INetworkSerializable, IEquatable<TestClass>, IEquatable<TestClass_ReferencedOnlyByTemplateNetworkBehavourType>
Methods
Equals(TestClass_ReferencedOnlyByTemplateNetworkBehavourType)
Declaration
public bool Equals(TestClass_ReferencedOnlyByTemplateNetworkBehavourType other)
Parameters
Returns
Implements