Allow skipping make anim for actors with WithMakeAnimation and GrantConditionOnDeploy
This commit is contained in:
@@ -175,8 +175,8 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
public interface INotifyDeployTriggered
|
||||
{
|
||||
void Deploy(Actor self);
|
||||
void Undeploy(Actor self);
|
||||
void Deploy(Actor self, bool skipMakeAnim);
|
||||
void Undeploy(Actor self, bool skipMakeAnim);
|
||||
}
|
||||
|
||||
public interface IAcceptResourcesInfo : ITraitInfo { }
|
||||
|
||||
Reference in New Issue
Block a user