More resharper cleanup

This commit is contained in:
Regalis11
2015-06-07 18:03:08 +03:00
parent f786cd3016
commit 34b79c85d6
62 changed files with 99 additions and 195 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
using System.Diagnostics;
using System.Xml.Linq;
using System.Xml.Linq;
using FarseerPhysics;
using Microsoft.Xna.Framework;
@@ -62,7 +61,7 @@ namespace Subsurface.Items.Components
}
[HasDefaultValue(0.0f, false)]
private float HoldAngle
public float HoldAngle
{
get { return MathHelper.ToDegrees(holdAngle); }
set { holdAngle = MathHelper.ToRadians(value); }