summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/Events/ManagedEvent.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-03-22 20:46:21 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-03-22 20:46:21 -0400
commitd3fbdf484a4d90365a55fb5058d75a8623f17d0f (patch)
treec4ada80c72916195398b315457c7310f0ed6dc8f /src/SMAPI/Framework/Events/ManagedEvent.cs
parenta42926868ae5878ed59d6406ca085b587299ba07 (diff)
downloadSMAPI-d3fbdf484a4d90365a55fb5058d75a8623f17d0f.tar.gz
SMAPI-d3fbdf484a4d90365a55fb5058d75a8623f17d0f.tar.bz2
SMAPI-d3fbdf484a4d90365a55fb5058d75a8623f17d0f.zip
reduce duplicated doc blocks
Diffstat (limited to 'src/SMAPI/Framework/Events/ManagedEvent.cs')
-rw-r--r--src/SMAPI/Framework/Events/ManagedEvent.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI/Framework/Events/ManagedEvent.cs b/src/SMAPI/Framework/Events/ManagedEvent.cs
index f48c3aeb..a200393d 100644
--- a/src/SMAPI/Framework/Events/ManagedEvent.cs
+++ b/src/SMAPI/Framework/Events/ManagedEvent.cs
@@ -33,10 +33,10 @@ namespace StardewModdingAPI.Framework.Events
/*********
** Accessors
*********/
- /// <summary>A human-readable name for the event.</summary>
+ /// <inheritdoc />
public string EventName { get; }
- /// <summary>Whether the event is typically called at least once per second.</summary>
+ /// <inheritdoc />
public bool IsPerformanceCritical { get; }