Move RA World traits, FrozenUnderFog Modifier and various other traits into Traits

This commit is contained in:
reaperrr
2014-11-20 00:43:15 +01:00
parent 7c44110fb0
commit 7470391c5d
60 changed files with 90 additions and 60 deletions

View File

@@ -10,10 +10,10 @@
using System;
using System.Collections.Generic;
using OpenRA.Mods.RA;
using OpenRA.Mods.RA.Activities;
using OpenRA.Mods.RA.Move;
using OpenRA.Mods.RA.Render;
using OpenRA.Mods.RA.Traits;
using OpenRA.Traits;
namespace OpenRA.Mods.TS