Neighbourhood.omg.lol/Models/API/EphemeralData.cs

5 lines
137 B
C#

namespace Neighbourhood.omg.lol.Models {
public class EphemeralData {
public string Content { get; set; } = string.Empty;
}
}