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
initialLevelintinitialIndexintcrateSupplyCrate
Properties
Crate
public SupplyCrate Crate { get; }
Property Value
Index
public int Index { get; set; }
Property Value
IsRemoved
public bool IsRemoved { get; set; }
Property Value
Level
public int Level { get; set; }