fix(cleanup): Cleans up attribute syntax (#734)
This commit is contained in:
parent
996fdeb011
commit
db59bf6dd0
12 changed files with 38 additions and 27 deletions
|
|
@ -15,7 +15,9 @@
|
|||
|
||||
namespace Server
|
||||
{
|
||||
[NoSort, Parsable, PropertyObject]
|
||||
[NoSort]
|
||||
[Parsable]
|
||||
[PropertyObject]
|
||||
public struct Rectangle2D
|
||||
{
|
||||
private Point2D m_Start;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
|
||||
namespace Server
|
||||
{
|
||||
[NoSort, PropertyObject]
|
||||
[NoSort]
|
||||
[PropertyObject]
|
||||
public struct Rectangle3D
|
||||
{
|
||||
private Point3D m_Start;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue