Skip to content

Commit

Permalink
lastbutnotfast
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant committed Dec 12, 2024
1 parent 2705c04 commit a4c97c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ public readonly struct NanoChatData(
/// Raised on the NanoChat card whenever it receives or tries sending a messsage
/// </summary>
[ByRefEvent]
public readonly record struct NanoChatMessageReceivedEvent(EntityUid CardUid);
public readonly record struct NanoChatMessageReceivedEvent(EntityUid CardUid);
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ public NanoChatUiState(
MaxRecipients = maxRecipients;
NotificationsMuted = notificationsMuted;
}
}
}

0 comments on commit a4c97c0

Please sign in to comment.