Add netserializable to test doafter (#24313)

Might fix the test failure

(cherry picked from commit ed2fa96ca024df553b2559632ba923e8e51d443e)
This commit is contained in:
metalgearsloth 2024-01-20 13:53:39 +11:00 committed by Debug
parent 05a158e8fa
commit 419a28aa23
No known key found for this signature in database
GPG Key ID: 271270A74EF9C350
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ namespace Content.IntegrationTests.Tests.DoAfter
- type: DoAfter
";
[Serializable, NetSerializable]
private sealed partial class TestDoAfterEvent : DoAfterEvent
{
public override DoAfterEvent Clone()