InputPreview prototype

This commit is contained in:
Infi
2024-05-15 20:48:03 +02:00
parent b5b612a417
commit ef775b5a91
6 changed files with 82 additions and 27 deletions
+5
View File
@@ -112,6 +112,11 @@ internal class Message
chunk.Message = this;
}
internal static Message FakeMessage(List<Chunk> content, ChatCode code)
{
return new Message(0, 0, code, [], content, new SeString(), new SeString());
}
private int GenerateHash()
{
return SortCode.GetHashCode()