mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Removed unnecessary empty line
This commit is contained in:
parent
cca2f7a77f
commit
3c6e2f65ad
@ -29,7 +29,6 @@ public class NetworkBehaviour : MonoBehaviour
|
||||
protected ulong syncVarDirtyBits { get { return m_SyncVarDirtyBits; } }
|
||||
protected bool syncVarHookGuard { get { return m_SyncVarGuard; } set { m_SyncVarGuard = value; }}
|
||||
|
||||
|
||||
// objects that can synchronize themselves, such as synclists
|
||||
protected readonly List<SyncObject> m_SyncObjects = new List<SyncObject>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user