11 lines
261 B
C#
11 lines
261 B
C#
|
|
namespace Content.Shared._CP14.MagicLantern;
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Controls the object's glow based on magical energy
|
||
|
|
/// </summary>
|
||
|
|
[RegisterComponent, Access(typeof(CP14MagicLanternSystem))]
|
||
|
|
public sealed partial class CP14MagicLanternComponent : Component
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|