v1.3.0.1 (Epic Store release)
This commit is contained in:
@@ -20,6 +20,7 @@ namespace Barotrauma
|
||||
Element = element;
|
||||
}
|
||||
|
||||
[return: NotNullIfNotNull("cxe")]
|
||||
public static implicit operator XElement?(ContentXElement? cxe) => cxe?.Element;
|
||||
//public static implicit operator ContentXElement?(XElement? xe) => xe is null ? null : new ContentXElement(null, xe);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user