fix indent

This commit is contained in:
Spirtix 2025-06-27 14:17:05 +02:00
parent 06daf21d8c
commit 2aac24c37e
30 changed files with 276 additions and 276 deletions

View File

@ -3,7 +3,7 @@
namespace sodoff.Schema;
[XmlRoot(ElementName = "Mission", Namespace = "")]
[Serializable] // FIXME: Remove serializable once we have a different way of deep copying than BinaryFormatter
[Serializable]
public class Mission {
public Mission() { }