Neighbourhood.omg.lol/Models/IOmgLolResponseData.cs

6 lines
124 B
C#
Raw Normal View History

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