qamp/Qrakhen.Qamp.Core/Values/Objects/Table.cs

9 lines
136 B
C#

using Qrakhen.Qamp.Core.Collections;
namespace Qrakhen.Qamp.Core.Values.Objects;
public class Table : Register<string, Value>
{
}