MBeast.New C# (CSharp) Method

New() public static method

public static New ( ) : MBeast,
return MBeast,
    public static MBeast New()
    {
        return (pool.Count == 0) ? new MBeast() : pool.Pop();
    }