This repository has been archived on 2022-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
CC-Functions/Misc/SpecialChars.cs

7 lines
119 B
C#
Raw Normal View History

namespace CC_Functions.Misc
{
public static class SpecialChars
{
public const char empty = ' ';
}
}