Rename Enter to LegacyEnter.

This commit is contained in:
Paul Chote
2019-01-29 21:46:11 +00:00
committed by Oliver Brakmann
parent 83212b100e
commit 1f7b558b29
10 changed files with 11 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ using OpenRA.Mods.Common.Traits;
namespace OpenRA.Mods.Common.Activities
{
class DonateCash : Enter
class DonateCash : LegacyEnter
{
readonly Actor target;
readonly int payload;