Clean up station events synchronization code.
AAAAAAAAAAAAAAAAAAAAAAAAAAA
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Client.StationEvents
|
||||
{
|
||||
public interface IStationEventManager
|
||||
{
|
||||
public List<string>? StationEvents { get; }
|
||||
public IReadOnlyList<string> StationEvents { get; }
|
||||
public void Initialize();
|
||||
public event Action OnStationEventsReceived;
|
||||
public void RequestEvents();
|
||||
|
||||
Reference in New Issue
Block a user