Table of Contents

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

info ShovelableInfo
team Team
buildable IBuildable
fobManager FobManager
serviceProvider IServiceProvider

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

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.