Fix serialization of custom exceptions.

This commit is contained in:
RoosterDragon
2015-12-29 20:11:39 +00:00
parent b5f24c3fa6
commit 5f13fa0343
3 changed files with 18 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ namespace OpenRA.Mods.Common.Commands
world.IssueOrder(new Order(command, world.LocalPlayer.PlayerActor, false));
}
[Serializable]
class DevException : Exception { }
}
}