Fix IDE0090
This commit is contained in:
committed by
Pavel Penev
parent
164abfdae1
commit
8a285f9b19
@@ -42,8 +42,8 @@ namespace OpenRA.Mods.Cnc.Traits
|
||||
|
||||
readonly Player owner;
|
||||
|
||||
readonly List<Actor> actors = new List<Actor>();
|
||||
readonly HashSet<TraitPair<IOnGpsRefreshed>> notifyOnRefresh = new HashSet<TraitPair<IOnGpsRefreshed>>();
|
||||
readonly List<Actor> actors = new();
|
||||
readonly HashSet<TraitPair<IOnGpsRefreshed>> notifyOnRefresh = new();
|
||||
|
||||
public GpsWatcher(Player owner)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user