| @@ -0,0 +1,12 @@ | ||
| using System; | ||
| using System.Collections.Generic; | ||
| using System.Linq; | ||
| using System.Text; | ||
|
|
||
| namespace Chummer.Classes | ||
| { | ||
| //Might in the future be used as part of ImprovementManager (clsImprovement.cs at time of writing) | ||
| class RemoveImprovementCollection | ||
| { | ||
| } | ||
| } |