Files
OpenRA/OpenRa.Game/Traits/Chronosphere.cs
2010-01-03 21:51:54 +13:00

13 lines
199 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace OpenRa.Game.Traits
{
class Chronosphere
{
public Chronosphere(Actor self) { }
}
}