Remove redundant constructors

This commit is contained in:
ScottNZ
2014-06-14 01:51:13 +12:00
parent 91bc1acca3
commit 375fc1c5f1
3 changed files with 0 additions and 6 deletions

View File

@@ -23,8 +23,6 @@ namespace OpenRA.Mods.RA
public class Demolishable : IDemolishable
{
public Demolishable() { }
public void Demolish(Actor self, Actor saboteur)
{
self.Kill(saboteur);