Use expression body syntax
This commit is contained in:
@@ -15,14 +15,9 @@ namespace OpenRA.Mods.Common.UpdateRules.Rules
|
||||
{
|
||||
class RenameInfiltrationNotifications : UpdateRule
|
||||
{
|
||||
public override string Name { get { return "Renamed InfiltrateForCash Notification to InfiltratedNotification."; } }
|
||||
public override string Description
|
||||
{
|
||||
get
|
||||
{
|
||||
return "The InfiltrateForCash Notification has been renamed to be in line with new notification properties added.";
|
||||
}
|
||||
}
|
||||
public override string Name => "Renamed InfiltrateForCash Notification to InfiltratedNotification.";
|
||||
|
||||
public override string Description => "The InfiltrateForCash Notification has been renamed to be in line with new notification properties added.";
|
||||
|
||||
public override IEnumerable<string> UpdateActorNode(ModData modData, MiniYamlNode actorNode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user