RA special infantry all in mod dll now
This commit is contained in:
@@ -2,7 +2,7 @@ using System;
|
||||
|
||||
namespace OpenRa.Graphics
|
||||
{
|
||||
class Animation
|
||||
public class Animation
|
||||
{
|
||||
string name;
|
||||
public Sequence CurrentSequence { get; private set; }
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
using System.Xml;
|
||||
using Ijw.DirectX;
|
||||
|
||||
namespace OpenRa.Graphics
|
||||
{
|
||||
class Sequence
|
||||
public class Sequence
|
||||
{
|
||||
readonly Sprite[] sprites;
|
||||
readonly int start, length;
|
||||
|
||||
Reference in New Issue
Block a user