A rhythm game net ranking service built on ATproto.
at main 7 lines 146 B view raw
1using System.Text.Json; 2using System.Text.Json.Nodes; 3 4public interface ScoreComponent { 5 string GetComponentType(); 6 JsonNode GetValue(); 7}