Skip to content

Commit

Permalink
Update CharacterLengths.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LolaLollipop authored Dec 30, 2023
1 parent a44fe14 commit 1c5a152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RueI/RueI/CharacterLengths.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
namespace RueI;
namespace RueI;

using System.Collections.ObjectModel;
using System.Runtime.CompilerServices;

/// <summary>
/// Provides a variety of constant values.
/// Provides lengths for characters in hints.
/// </summary>
/// <remarks>This class is mosty designed for internal use within RueI. However, they can still be useful for external use.</remarks>
public static class CharacterLengths
Expand Down

0 comments on commit 1c5a152

Please sign in to comment.