9 lines
127 B
C#
9 lines
127 B
C#
namespace Server;
|
|
|
|
public class GrabItem
|
|
{
|
|
public string category { get; set; }
|
|
|
|
public string value { get; set; }
|
|
}
|