Files
OpenRA/OpenRa.Game/Traits/Chronosphere.cs
2010-01-10 17:28:05 +13:00

11 lines
220 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace OpenRa.Game.Traits
{
class ChronosphereInfo : StatelessTraitInfo<Chronosphere> { }
class Chronosphere { }
}