PowerCO, TCWNN, Steals, and any other version out there (that includes CoEU's source too), sucks. No matter how you word it, LOTF is LOTF.
Here's a neat look at it (anyone with some understanding of C# should understand this)
Code:
public interface ILOTF
{
void Fail();
}
public class LOTF : ILOTF
{
// ....
}
using TCWNN = LOTF;
using Steals = LOTF;
using PowerCO = LOTF;
using **** = LOTF;
using CoEuSource = LOTF;






