Remove TiberianSunRefinery
Also add IDockClientBody interface, move WithDockingOverlay cnc -> common, remove HarvesterDockSequence implementing classes
This commit is contained in:
committed by
Matthias Mailänder
parent
3f0c3a8b9c
commit
049d0283f9
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user