FSO.HIT.HITSound.RemoveOwner C# (CSharp) Method

RemoveOwner() public method

public RemoveOwner ( int id ) : void
id int
return void
        public void RemoveOwner(int id)
        {
            Owners.Remove(id);
        }