Change renderables to class to avoid boxing
This commit is contained in:
@@ -17,7 +17,7 @@ using OpenRA.Primitives;
|
||||
|
||||
namespace OpenRA.Mods.Cnc.Graphics
|
||||
{
|
||||
struct TeslaZapRenderable : IPalettedRenderable, IFinalizedRenderable
|
||||
class TeslaZapRenderable : IPalettedRenderable, IFinalizedRenderable
|
||||
{
|
||||
static int[][] steps = new[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user