add ChromeMetrics for values we dont want to duplicate everywhere

This commit is contained in:
Chris Forbes
2011-05-16 21:06:04 +12:00
committed by Paul Chote
parent c270f9ff4a
commit b183366d54
10 changed files with 71 additions and 10 deletions

View File

@@ -9,10 +9,10 @@
#endregion
using System.Collections.Generic;
using System.IO;
using System.Linq;
using OpenRA.FileFormats;
using OpenRA.Widgets;
using System.IO;
namespace OpenRA
{