mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-21 01:39:31 +00:00
Added resources to server
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using MTSC.Server.Resources;
|
||||
|
||||
namespace MTSC.UnitTests
|
||||
{
|
||||
public class StringResource : IResource
|
||||
{
|
||||
public string Value { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user