Make InstantRepair public

This commit is contained in:
dnqbob
2023-07-28 14:28:46 +08:00
committed by abcdefg30
parent 462a3ef3c0
commit 44e024a94e

View File

@@ -14,7 +14,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Common.Activities
{
sealed class InstantRepair : Enter
public sealed class InstantRepair : Enter
{
readonly InstantlyRepairsInfo info;