Table of Contents

Interface IFobEntity

Namespace
Uncreated.Warfare.FOBs.Entities
Assembly
Uncreated.Warfare.dll

An item placed on a FOB.

public interface IFobEntity : ITransformObject
Inherited Members
Extension Methods

Properties

IdentifyingAsset

The primary asset that identifies this fob entity.

IAssetLink<Asset> IdentifyingAsset { get; }

Property Value

IAssetLink<Asset>

Team

The team this buildable belongs to.

Team Team { get; }

Property Value

Team

Methods

UpdateConfiguration(FobConfiguration)

Called when the FobConfiguration is updated.

void UpdateConfiguration(FobConfiguration configuration)

Parameters

configuration FobConfiguration