Remove TiberianSunRefinery

Also add IDockClientBody interface,
move WithDockingOverlay cnc -> common,
remove HarvesterDockSequence implementing classes
This commit is contained in:
Gustas
2023-01-20 13:53:31 +02:00
committed by Matthias Mailänder
parent 3f0c3a8b9c
commit 049d0283f9
13 changed files with 159 additions and 186 deletions

View File

@@ -273,6 +273,12 @@ namespace OpenRA.Mods.Common.Traits
bool AllowDocking { get; }
}
public interface IDockClientBody
{
void PlayDockAnimation(Actor self, Action after);
void PlayReverseDockAnimation(Actor self, Action after);
}
public interface IProvidesAssetBrowserPalettes
{
IEnumerable<string> PaletteNames { get; }