We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e176e commit 5b52d9bCopy full SHA for 5b52d9b
com.unity.netcode.gameobjects/Runtime/NetworkVariable/NetworkVariableBase.cs
@@ -18,6 +18,11 @@ public abstract class NetworkVariableBase : IDisposable
18
/// </summary>
19
private protected NetworkBehaviour m_NetworkBehaviour;
20
21
+ public NetworkBehaviour GetBehaviour()
22
+ {
23
+ return m_NetworkBehaviour;
24
+ }
25
+
26
/// <summary>
27
/// Initializes the NetworkVariable
28
0 commit comments