VenomRat
This commit is contained in:
8
GrabItem.cs
Normal file
8
GrabItem.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Server;
|
||||
|
||||
public class GrabItem
|
||||
{
|
||||
public string category { get; set; }
|
||||
|
||||
public string value { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user