aboutsummaryrefslogtreecommitdiffstats
path: root/src/Locusts.cs
blob: 354ee85e47143c0898790ff3647f5f8c28f39816 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
namespace Locusts;

/// <summary>
/// The locusts class.
/// </summary>
public static class Locusts
{
    /// <summary>
    /// Introduce locusts into your codebase.
    /// </summary>
    /// <remarks>
    /// This method will introduce locusts into your codebase.
    ///
    /// Locusts are not included with this library, you must provide your own.
    /// </remarks>
    public static void IntroduceLocusts()
    {
        // Method intentionally left empty.
    }
}