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

6 lines
131 B
C#
Raw Permalink Normal View History

2024-05-30 01:06:08 +00:00
namespace Neighbourhood.omg.lol.Models {
public interface IOmgLolResponseData {
2024-07-16 02:15:56 +00:00
public string Message { get; set; }
2024-05-30 01:06:08 +00:00
}
}