Cannot implicitly convert type `ListHashSet<BasePlayer>' to `System.Collections.Generic.List<BasePlayer>'
Cannot convert type `ListHashSet<BasePlayer>' to `System.Collections.Generic.List<BasePlayer>' via a built-in conversion
Cannot implicitly convert type `ListHashSet<BasePlayer>' to `System.Collections.Generic.List<BasePlayer>'
Cannot convert type `ListHashSet<BasePlayer>' to `System.Collections.Generic.List<BasePlayer>' via a built-in conversion
This how should be?
public List<BasePlayer> Players { get; }
public ListHashSet<BasePlayer> Players { get; } Cannot implicitly convert type `System.Collections.Generic.List<BasePlayer>' to `ListHashSet<BasePlayer>'