Бля
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Content.Server._CP14.Magic;
|
||||
|
||||
[Serializable, DataDefinition]
|
||||
public abstract class MagicSpell
|
||||
public abstract partial class MagicSpell
|
||||
{
|
||||
protected readonly IEntityManager EntityManager;
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ using Robust.Shared.Random;
|
||||
namespace Content.Server._CP14.Magic.Spells;
|
||||
|
||||
[Serializable, DataDefinition]
|
||||
public abstract class MagicSpellPointRandomMob : MagicSpell
|
||||
public abstract partial class MagicSpellPointRandomMob : MagicSpell
|
||||
{
|
||||
private readonly EntityLookupSystem _entityLookupSystem;
|
||||
private readonly IRobustRandom _random;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
namespace Content.Server._CP14.Magic.Spells.TargetPoint;
|
||||
|
||||
[Serializable, DataDefinition]
|
||||
public sealed class MagicSpellTargetPointRandomMob : MagicSpellPointRandomMob
|
||||
public sealed partial class MagicSpellTargetPointRandomMob : MagicSpellPointRandomMob
|
||||
{
|
||||
public override void ApplyCoordinates(MagicSpellContext context, MapCoordinates coordinates)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user