Skip to content

Commit

Permalink
Added minor documentation to clipboard utility
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonFire47 committed Dec 2, 2023
1 parent f59067a commit 84391da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions PulsarModLoader/Utilities/Clipboard.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
using UnityEngine;

#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
namespace PulsarModLoader.Utilities
{
/// <summary>
/// Acesses clipboard copy and paste
/// </summary>
public static class Clipboard
{
public static void Copy(string text)
Expand All @@ -16,4 +18,3 @@ public static string Paste()
}
}
}
#pragma warning restore CS1591 // Missing XML comment for publicly visible type or member

0 comments on commit 84391da

Please sign in to comment.