feat: implement janky clipping

This commit is contained in:
Anna
2022-01-31 03:04:50 -05:00
parent ba2b878594
commit f972105f67
2 changed files with 53 additions and 20 deletions
+2
View File
@@ -4,6 +4,8 @@ namespace ChatTwo;
internal class Message {
internal ulong ContentId;
internal float? Height;
internal bool IsVisible;
internal DateTime Date { get; }
internal ChatCode Code { get; }