mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-15 14:59:33 +00:00
247f1b27e7
Added tests for stopping the server properly
10 lines
164 B
C#
10 lines
164 B
C#
using MTSC.ServerSide.Resources;
|
|
|
|
namespace MTSC.UnitTests
|
|
{
|
|
public class StringResource : IResource
|
|
{
|
|
public string Value { get; set; }
|
|
}
|
|
}
|