Add new content installer framework.

This commit is contained in:
Paul Chote
2016-04-29 17:58:05 +01:00
parent 054b3a43a4
commit ff147f39b9
18 changed files with 1533 additions and 119 deletions

View File

@@ -10,6 +10,8 @@
#endregion
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace OpenRA
{