Interface IBuildingHealth
Assembly: cs.temp.dll.dll
Syntax
public interface IBuildingHealth : IFactionEntityHealth, IEntityHealth, IMonoBehaviour
Properties
Building
Declaration
IBuilding Building { get; }
Property Value
| Type |
Description |
| IBuilding |
|
BuildTime
Declaration
Property Value
| Type |
Description |
| System.Single |
|
Methods
CanRepair(Int32, Boolean)
Declaration
bool CanRepair(int healthToAdd, bool takeResources = true)
Parameters
| Type |
Name |
Description |
| Int32 |
healthToAdd |
|
| Boolean |
takeResources |
|
Returns