Some cleanup using ReSharper (mostly removing redundancies)

This commit is contained in:
Regalis
2016-03-12 15:32:34 +02:00
parent ae4e4d8f34
commit d1580328ed
99 changed files with 197 additions and 483 deletions
+4 -9
View File
@@ -1,20 +1,15 @@
using Microsoft.Xna.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Barotrauma
{
class GUIMessage
{
ColoredText coloredText;
Vector2 pos;
private ColoredText coloredText;
private Vector2 pos;
float lifeTime;
Vector2 size;
private float lifeTime;
private Vector2 size;
public string Text
{