Content update for NetEntities (#18935)
This commit is contained in:
@@ -12,7 +12,7 @@ public sealed class WindowConstruction : InteractionTest
|
||||
{
|
||||
await StartConstruction(Window);
|
||||
await Interact(Glass, 5);
|
||||
AssertPrototype(Window);
|
||||
ClientAssertPrototype(Window, ClientTarget);
|
||||
}
|
||||
|
||||
[Test]
|
||||
@@ -29,7 +29,7 @@ public sealed class WindowConstruction : InteractionTest
|
||||
{
|
||||
await StartConstruction(RWindow);
|
||||
await Interact(RGlass, 5);
|
||||
AssertPrototype(RWindow);
|
||||
ClientAssertPrototype(RWindow, ClientTarget);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user