Frickin' Lasers

This commit is contained in:
Paul Chote
2010-02-06 18:35:46 +13:00
parent 709fc39546
commit b559d69d4e
8 changed files with 117 additions and 3 deletions

View File

@@ -18,5 +18,8 @@ namespace OpenRa.GameRules
public readonly string Warhead = null;
public readonly bool RenderAsTesla = false;
public readonly bool RenderAsLaser = false;
public readonly bool UsePlayerColor = true;
public readonly int BeamRadius = 1;
}
}