aboutsummaryrefslogtreecommitdiffstats
path: root/src/Locusts.cs
blob: 43f758d06d02c96624bf282e1311cc9e02e51241 (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.
    }
}