forked from chomp/BotGenerator
9 lines
220 B
C#
9 lines
220 B
C#
namespace Common.Models.Input
|
|
{
|
|
public class ForcedLoot
|
|
{
|
|
public string[] Backpack { get; set; }
|
|
public string[] Pockets { get; set; }
|
|
public string[] TacticalVest { get; set; }
|
|
}
|
|
} |