return value not required.

This commit is contained in:
Chris Forbes
2010-07-21 19:25:32 +12:00
parent e426d50cc2
commit 5ef651ce6d

View File

@@ -53,7 +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 INudge { void OnNudge(Actor self); }
public interface IOccupySpace
{