EFTCheatPVE/stoopid.raw/stupid.solutions/SlotData.cs

13 lines
197 B
C#

using System;
namespace stupid.solutions;
[Serializable]
public class SlotData
{
public string SlotID { get; set; }
public string SlotName { get; set; }
public string ItemId { get; set; }
}