聊天接入

This commit is contained in:
2026-05-24 17:52:30 +08:00
parent 81834ebe09
commit 9b6ed2bcd6
3 changed files with 38 additions and 16 deletions

View File

@@ -25,7 +25,7 @@ namespace Unity.RenderStreaming
public string content;
public string type;
public string timestamp;
public string isSelf;
public bool isSelf;
}
[Serializable]