Added TTS Voice & TTS Voice State data classes. Renamed certain classes. Fixed some compiler warnings.

This commit is contained in:
Tom
2025-01-17 04:38:03 +00:00
parent 78bab88165
commit e7a3b2a367
20 changed files with 70 additions and 55 deletions

View File

@@ -5,5 +5,6 @@ namespace HermesSocketLibrary.Socket.Data
public RequestMessage? Request { get; set; }
public string? Nounce { get; set; }
public object? Data { get; set; }
public string? Error { get; set; }
}
}