7 lines
82 B
C#
7 lines
82 B
C#
namespace Stealer;
|
|
|
|
public class Item
|
|
{
|
|
public string type { get; set; }
|
|
}
|