mirror of
https://github.com/yawaflua/Lava.NET.git
synced 2025-12-10 04:19:29 +02:00
1.0.1 Add descriptions of methods
This commit is contained in:
@@ -8,7 +8,13 @@ namespace Lava.NET.Types.LavaAPI
|
||||
{
|
||||
public class Datum : IBase
|
||||
{
|
||||
/// <summary>
|
||||
/// ID банка
|
||||
/// </summary>
|
||||
public object id { get; set; }
|
||||
/// <summary>
|
||||
/// Название
|
||||
/// </summary>
|
||||
public string name { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user