Fixes body expression style.
This commit is contained in:
parent
3f0a72a62f
commit
33f5e77a24
957 changed files with 7424 additions and 15973 deletions
|
|
@ -29,10 +29,10 @@ namespace Server.Misc
|
|||
private int angle;
|
||||
private int quadrant;
|
||||
|
||||
public Point2D Point{ get{ return point; } }
|
||||
public int Angle{ get{ return angle; } }
|
||||
public int Quadrant{ get{ return quadrant; } }
|
||||
|
||||
public Point2D Point => point;
|
||||
public int Angle => angle;
|
||||
public int Quadrant => quadrant;
|
||||
|
||||
public CirclePoint( Point2D point, int angle, int quadrant )
|
||||
{
|
||||
this.point = point;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue