(gecko) make IonCannon and NukeLaunch effects public

This commit is contained in:
Chris Forbes
2010-11-02 13:42:26 +13:00
parent 0b4b003c10
commit 6655b6ba6a
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.Cnc.Effects
{
class IonCannon : IEffect
public class IonCannon : IEffect
{
Target target;
Animation anim;

View File

@@ -15,7 +15,7 @@ using OpenRA.Traits;
namespace OpenRA.Mods.RA.Effects
{
class NukeLaunch : IEffect
public class NukeLaunch : IEffect
{
readonly Actor silo;
Animation anim;