mirror of
https://github.com/yawaflua/Lava.NET.git
synced 2025-12-10 04:19:29 +02:00
Add project files.
This commit is contained in:
19
Types/LavaAPI/SBPBanks.cs
Normal file
19
Types/LavaAPI/SBPBanks.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Lava.NET.Types.LavaAPI
|
||||
{
|
||||
public class Datum : IBase
|
||||
{
|
||||
public object id { get; set; }
|
||||
public string name { get; set; }
|
||||
}
|
||||
|
||||
public class SBPBanks : IBase
|
||||
{
|
||||
public List<Datum> data { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user