15 lines
186 B
C#
15 lines
186 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace OpenRa.Game.Traits
|
|
{
|
|
class Fake
|
|
{
|
|
|
|
public Fake(Actor self){}
|
|
|
|
}
|
|
}
|