about summary refs log tree commit diff
path: root/OsuFederatedBeatmapApi/Events/State/BeatmapSetInfo.cs
blob: 8cfcf0d5ffd25d7ebccc2b900cef4beed428ce71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
using LibMatrix;
using LibMatrix.EventTypes;
using LibMatrix.Interfaces;

namespace OsuFederatedBeatmapApi.Events.State;

[MatrixEvent(EventName = "gay.rory.beatmap_api.beatmap_set_info")]
public class BeatmapSetInfo : EventContent {



}