We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 257f58e + 705d300 commit a30909dCopy full SHA for a30909d
1 file changed
WCSharp.Api/unit.cs
@@ -37,11 +37,11 @@ internal unit()
37
public static extern bool IsUnitType(int unitTypeId, unittype unitType);
38
39
/// @CSharpLua.Get = "GetUnitGoldCost(GetUnitTypeId({this}))"
40
- public static extern int GoldCost { get; }
+ public extern int GoldCost { get; }
41
42
- public static extern int WoodCost { get; }
+ public extern int WoodCost { get; }
43
/// @CSharpLua.Get = "GetUnitBuildTime(GetUnitTypeId({this}))"
44
- public static extern int BuildTime { get; }
+ public extern int BuildTime { get; }
45
46
/// @CSharpLua.Get = "GetUnitX({this})"
47
/// @CSharpLua.Set = "SetUnitX({this}, {0})"
0 commit comments