csharp-sdk-upm/Test/Realtime.Test/Client.cs

8 lines
113 B
C#

using System;
namespace Realtime.Test {
public class Client {
public Client() {
}
}
}