Table of Contents

Class StackedSupplyCrate

Namespace
Uncreated.Warfare.FOBs.Construction
Assembly
Uncreated.Warfare.dll
public class StackedSupplyCrate
Inheritance
StackedSupplyCrate
Inherited Members

Constructors

StackedSupplyCrate(int, int, SupplyCrate)

public StackedSupplyCrate(int initialLevel, int initialIndex, SupplyCrate crate)

Parameters

initialLevel int
initialIndex int
crate SupplyCrate

Properties

Crate

public SupplyCrate Crate { get; }

Property Value

SupplyCrate

Index

public int Index { get; set; }

Property Value

int

IsRemoved

public bool IsRemoved { get; set; }

Property Value

bool

Level

public int Level { get; set; }

Property Value

int