return value not required.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user