Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Misfiy committed Aug 2, 2024
1 parent 2160cca commit b884899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXILED/Exiled.API/Features/PrefabHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static PrefabAttribute GetPrefabAttribute(this PrefabType prefabType)
/// </summary>
/// <param name="type">The <see cref="PrefabType"/> to get prefab of.</param>
/// <typeparam name="T">The <see cref="Component"/> to get.</typeparam>
/// <returns>Returns the prefab component as <see cref="T"/>.</returns>
/// <returns>Returns the prefab component as {T}.</returns>
public static T GetPrefab<T>(PrefabType type)
where T : Component
{
Expand Down

0 comments on commit b884899

Please sign in to comment.