Remove explicit private.

Remove unnecessary delegate.
Use extension method syntax.
Fix HealthInfo.NotifyAppliedDamage’s desc.
Remove unused using directives.
Remove explicit type declaration in Manifest.
This commit is contained in:
Taryn Hill
2015-04-02 12:40:40 -05:00
parent 87b7cc4527
commit 96d6ea79ce
5 changed files with 6 additions and 7 deletions

View File

@@ -10,7 +10,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using OpenRA.Primitives;