20 lines
273 B
C#
20 lines
273 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
using OpenRa.FileFormats;
|
|
|
|
namespace OpenRa.Game
|
|
{
|
|
class Mcv : Actor
|
|
{
|
|
int facing;
|
|
|
|
static Package unitsPackage = new Package("../../../conquer.mix");
|
|
|
|
public Mcv()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|