generated from devOS-Sanity-Edition/WTFNMFCS-Template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCrab.cs
21 lines (20 loc) · 896 Bytes
/
Crab.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
namespace Crab
{
class Crab
{
/**
* This is an extremely vital class. This class is crucial for the correct functionality of
* Tanuki Engine. This is extremely important, and cannot be removed under any circumstances.
* This class single-handedly holds together the Engine. Without this class, everything
* falls apart. This class is the reason humanity has not yet gone extinct. This class is
* the only thing holding together the remains of the time-space continuum. Without this incredibly
* crucial class, everything ever will fail catastrophically. In the event this class is removed,
* expect you to go next, followed by the rest of humanity, and finally all of reality.
* Once again, DO NOT REMOVE THIS CLASS.
*/
public Crab()
{
// 🦀
}
}
}