fix: Fixes parsing Rect3D and fixes AS contains name (#2333)
This commit is contained in:
parent
d625ea5ba4
commit
0b8dcdfeaf
2 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ namespace Server;
|
|||
|
||||
[NoSort]
|
||||
[PropertyObject]
|
||||
public struct Rectangle3D : IEquatable<Rectangle3D>, ISpanFormattable
|
||||
public struct Rectangle3D : IEquatable<Rectangle3D>, ISpanFormattable, ISpanParsable<Rectangle3D>
|
||||
{
|
||||
private Point3D _start;
|
||||
private Point3D _end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue