Selector/Selector/Magic.cs

9 lines
106 B
C#

using System;
namespace Selector;
public static class Magic
{
public const bool Dummy = false;
}