add INudge interface; Move tries to nudge things that are in the way as a good first option

This commit is contained in:
Chris Forbes
2010-07-21 19:24:45 +12:00
parent 2f9f539857
commit e426d50cc2
2 changed files with 19 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ namespace OpenRA.Traits
public interface IDisable { bool Disabled { get; } }
public interface IExplodeModifier { bool ShouldExplode(Actor self); }
public interface INudge { bool OnNudge(Actor self); }
public interface IOccupySpace
{