FSO.HIT.HITSound.RemoveOwner C# (CSharp) Méthode

RemoveOwner() public méthode

public RemoveOwner ( int id ) : void
id int
Résultat void
        public void RemoveOwner(int id)
        {
            Owners.Remove(id);
        }