7 lines
107 B
C#
7 lines
107 B
C#
namespace Data
|
|
{
|
|
public class BuildingDef : EntityDef
|
|
{
|
|
public float slowDown = 0f;
|
|
}
|
|
} |