* remove vampire * remove lumera * move aura imprint folder * remove armor * delete textures * Revert "delete textures" This reverts commit2fd90e0898. * Revert "remove armor" This reverts commitc44bd1bc32.
9 lines
261 B
C#
9 lines
261 B
C#
namespace Content.Shared._CP14.AuraDNA;
|
|
|
|
/// <summary>
|
|
/// This system handles the basic mechanics of spell use, such as doAfter, event invocation, and energy spending.
|
|
/// </summary>
|
|
public abstract partial class CP14SharedAuraImprintSystem : EntitySystem
|
|
{
|
|
}
|