Skip to content

Instantly share code, notes, and snippets.

View CaiB's full-sized avatar

カイ CaiB

View GitHub Profile
@CaiB
CaiB / Extension.cs
Created September 26, 2022 03:30
ColorChord.NET Visualizer Concatenator for IngoDingo
using ColorChord.NET.API;
using ColorChord.NET.API.Extensions;
namespace IngoDingosInsanity;
public class Extension : IExtension
{
public string Name => "IngoDingo's Insanity";
public string Description => "Because who needs a normal system when you can have 3";
public uint APIVersion => ColorChordAPI.APIVersion;