OurSonic.Level.Ring.Ring C# (CSharp) Method

Ring() public method

public Ring ( bool active ) : System
active bool
return System
        public Ring(bool active) : base(0, 0)
        {
            Active = active;
        }