Skip to content

Commit

Permalink
[Core] Expose resId Constructor to a internal scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Linwenxuan authored and Linwenxuan committed Nov 9, 2023
1 parent a5c8cb0 commit 504758a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lagrange.Core/Message/Entity/MultiMsgEntity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class MultiMsgEntity : IMessageEntity

internal MultiMsgEntity() => Chains = new List<MessageChain>();

private MultiMsgEntity(string resId)
internal MultiMsgEntity(string resId)
{
ResId = resId;
Chains = new List<MessageChain>();
Expand Down

0 comments on commit 504758a

Please sign in to comment.