1 2 3 4 5 6 7
using LibMatrix.Interfaces; namespace LibMatrix.EventTypes; public class UnknownEventContent : TimelineEventContent { }