Load unit data from ra.yaml
This commit is contained in:
12
OpenRa.Game/Traits/Buildable.cs
Executable file
12
OpenRa.Game/Traits/Buildable.cs
Executable file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenRa.Game.Traits
|
||||
{
|
||||
class Buildable
|
||||
{
|
||||
public Buildable( Actor self ) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user