mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-09 20:09:31 +02:00
add base on map registration
This commit is contained in:
12
Types/SPCity.cs
Normal file
12
Types/SPCity.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace DiscordApp.Types
|
||||
{
|
||||
public class SPCity
|
||||
{
|
||||
public string? mayor { get; set; }
|
||||
public string? description { get; set; }
|
||||
public string? id { get; set; }
|
||||
public string name { get; set; }
|
||||
public int x { get; set; }
|
||||
public int z { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -21,7 +21,7 @@
|
||||
public string id { get; set; }
|
||||
}
|
||||
|
||||
public class Root
|
||||
public class SPUser
|
||||
{
|
||||
public string id { get; set; }
|
||||
public bool isBanned { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user