Class RepairStation
- Namespace
- Uncreated.Warfare.FOBs.Construction
- Assembly
- Uncreated.Warfare.dll
public class RepairStation : RestockableBuildableFobEntity<ShovelableInfo>, IBuildableFobEntity, IFobEntity, ITransformObject, IDisposable
- Inheritance
-
RepairStation
- Implements
- Inherited Members
- Extension Methods
Constructors
RepairStation(ShovelableInfo?, Team, IBuildable, FobManager, IServiceProvider)
public RepairStation(ShovelableInfo? info, Team team, IBuildable buildable, FobManager fobManager, IServiceProvider serviceProvider)
Parameters
infoShovelableInfoteamTeambuildableIBuildablefobManagerFobManagerserviceProviderIServiceProvider
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public override void Dispose()
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.