Fix missing [NetSerializable] in SimplePredictReconcileTest (#24161)
This didn't cause any issues because NetSerializer wasn't used in integration tests... until https://github.com/space-wizards/RobustToolbox/pull/4838.
This commit is contained in:
committed by
GitHub
parent
d421fedf98
commit
45136ef825
@@ -10,6 +10,7 @@ using Robust.Shared.GameObjects;
|
|||||||
using Robust.Shared.GameStates;
|
using Robust.Shared.GameStates;
|
||||||
using Robust.Shared.IoC;
|
using Robust.Shared.IoC;
|
||||||
using Robust.Shared.Map;
|
using Robust.Shared.Map;
|
||||||
|
using Robust.Shared.Serialization;
|
||||||
using Robust.Shared.Timing;
|
using Robust.Shared.Timing;
|
||||||
|
|
||||||
namespace Content.IntegrationTests.Tests.Networking
|
namespace Content.IntegrationTests.Tests.Networking
|
||||||
@@ -420,6 +421,7 @@ namespace Content.IntegrationTests.Tests.Networking
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Serializable, NetSerializable]
|
||||||
public sealed class SetFooMessage : EntityEventArgs
|
public sealed class SetFooMessage : EntityEventArgs
|
||||||
{
|
{
|
||||||
public SetFooMessage(NetEntity uid, bool newFoo)
|
public SetFooMessage(NetEntity uid, bool newFoo)
|
||||||
|
|||||||
Reference in New Issue
Block a user