Make LaserZap classes public
This commit is contained in:
@@ -21,7 +21,7 @@ using OpenRA.Traits;
|
|||||||
namespace OpenRA.Mods.Common.Projectiles
|
namespace OpenRA.Mods.Common.Projectiles
|
||||||
{
|
{
|
||||||
[Desc("Not a sprite, but an engine effect.")]
|
[Desc("Not a sprite, but an engine effect.")]
|
||||||
class LaserZapInfo : IProjectileInfo
|
public class LaserZapInfo : IProjectileInfo
|
||||||
{
|
{
|
||||||
[Desc("The width of the zap.")]
|
[Desc("The width of the zap.")]
|
||||||
public readonly WDist Width = new WDist(86);
|
public readonly WDist Width = new WDist(86);
|
||||||
@@ -54,7 +54,7 @@ namespace OpenRA.Mods.Common.Projectiles
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class LaserZap : IEffect
|
public class LaserZap : IEffect
|
||||||
{
|
{
|
||||||
readonly ProjectileArgs args;
|
readonly ProjectileArgs args;
|
||||||
readonly LaserZapInfo info;
|
readonly LaserZapInfo info;
|
||||||
|
|||||||
Reference in New Issue
Block a user