move projectile effects into mod

This commit is contained in:
Bob
2010-07-08 16:04:18 +12:00
parent 7a738ed6af
commit bd74b29ea3
10 changed files with 19 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ using OpenRA.FileFormats;
namespace OpenRA.Graphics
{
static class SequenceProvider
public static class SequenceProvider
{
static Dictionary<string, Dictionary<string, Sequence>> units;
static Dictionary<string, CursorSequence> cursors;