mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fix Unit tests
This commit is contained in:
parent
3619be494a
commit
22134470ed
@ -69,6 +69,7 @@ public class AttributeTest_NetworkBehaviour
|
||||
public void SetUp()
|
||||
{
|
||||
go = new GameObject();
|
||||
go.AddComponent<NetworkIdentity>();
|
||||
behaviour = go.AddComponent<AttributeBehaviour_NetworkBehaviour>();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user