Shuttle called/recalled announcements and sounds.
This commit is contained in:
@@ -16,7 +16,8 @@ namespace Content.Server.Interfaces.Chat
|
||||
/// Station announcement to every player
|
||||
/// </summary>
|
||||
/// <param name="message"></param>
|
||||
void DispatchStationAnnouncement(string message);
|
||||
/// <param name="sender"></param>
|
||||
void DispatchStationAnnouncement(string message, string sender = "CentComm");
|
||||
|
||||
void DispatchServerMessage(IPlayerSession player, string message);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user