convert Crate to use crushable support again

This commit is contained in:
Chris Forbes
2010-07-29 18:48:25 +12:00
parent e325b5954c
commit bb0531b80f
4 changed files with 15 additions and 19 deletions

View File

@@ -10,12 +10,10 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using OpenRA.Effects;
using OpenRA.Traits.Activities;
using OpenRA.FileFormats;
using System.Drawing;
using OpenRA.Support;
namespace OpenRA.Traits
{