mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
remove unused test
This commit is contained in:
parent
0af57b1bea
commit
a8249bb13d
@ -299,19 +299,6 @@ public void SyncVarCacheNetidForIdentity(bool initialState)
|
||||
);
|
||||
}
|
||||
|
||||
[Test]
|
||||
[TestCase(true)]
|
||||
[TestCase(false)]
|
||||
[Ignore("Transform backing field has not been implemented yet")]
|
||||
public void SyncVarCacheNetidForTransform(bool initialState)
|
||||
{
|
||||
SyncVarCacheNetidForGeneric<SyncVarTransform, Transform>(
|
||||
(obj) => obj.value,
|
||||
(obj, value) => obj.value = value,
|
||||
(identity) => identity.transform,
|
||||
initialState
|
||||
);
|
||||
}
|
||||
[Test]
|
||||
[TestCase(true)]
|
||||
[TestCase(false)]
|
||||
|
Loading…
Reference in New Issue
Block a user