예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LoadoutTab"/> class.
 /// </summary>
 /// <param name="containerState"> State of the container. </param>
 public LoadoutTab(ContainerState containerState)
     : base(containerState)
 {
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="OverviewTab"/> class.
 /// </summary>
 /// <param name="containerState"> State of the container. </param>
 public OverviewTab(ContainerState containerState)
 {
     _containerState = containerState;
 }
예제 #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InventoryTab"/> class.
 /// </summary>
 /// <param name="containerState"> State of the container. </param>
 public InventoryTab(ContainerState containerState)
     : base(containerState)
 {
 }