namespace LibraryPlus;
/// <summary>
/// Library code is only loaded if there is an "Code" folder present.
/// As Library Plus only has a "Editor" code we need to put some placeholder here so it will be loaded.
/// </summary>
internal static class LoadMe
{
}