OpenMetaverse.TestClient.LeaveGroupCommand.LeaveGroupCommand C# (CSharp) Method

LeaveGroupCommand() public method

public LeaveGroupCommand ( OpenMetaverse.TestClient.TestClient testClient ) : System
testClient OpenMetaverse.TestClient.TestClient
return System
        public LeaveGroupCommand(TestClient testClient)
        {
            Name = "leavegroup";
            Description = "Leave a group. Usage: leavegroup GroupName";
            Category = CommandCategory.Groups;
        }