Add netserializable to test doafter (#24313)
Might fix the test failure (cherry picked from commit ed2fa96ca024df553b2559632ba923e8e51d443e)
This commit is contained in:
parent
05a158e8fa
commit
419a28aa23
|
|
@ -21,6 +21,7 @@ namespace Content.IntegrationTests.Tests.DoAfter
|
|||
- type: DoAfter
|
||||
";
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
private sealed partial class TestDoAfterEvent : DoAfterEvent
|
||||
{
|
||||
public override DoAfterEvent Clone()
|
||||
|
|
|
|||
Loading…
Reference in New Issue