Skip to content

Commit

Permalink
改成public
Browse files Browse the repository at this point in the history
  • Loading branch information
sisi0318 committed Dec 8, 2024
1 parent fac3fa1 commit 3b6f4ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lagrange.Core/Message/Entity/ImageEntity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public class ImageEntity : IMessageEntity

internal string? Summary { get; set; }

internal uint H { get; set; }
internal uint W { get; set; }
public uint H { get; set; }
public uint W { get; set; }

public int SubType { get; set; }

Expand Down

0 comments on commit 3b6f4ab

Please sign in to comment.