initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using ProtoBuf;
|
||||
using Quasar.Common.Networking;
|
||||
|
||||
namespace Quasar.Common.Messages
|
||||
{
|
||||
[ProtoContract]
|
||||
public class DoTextToSpeech : IMessage
|
||||
{
|
||||
[ProtoMember(1)]
|
||||
public string Text { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user