* lamp visual update * deleete ice floor spell * mana gift spell * magic lantern * wallmount crystal lamps * QoL * crafting * Update StyleNano.cs * examining simplify * rings name * remove snakes modifier * trinkets update * remove snakes, add boars and rabbits to demiplans * Update flashlight.yml * fix * Update test.yml * Update migration.yml * ыы
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
|
|
{
|
|
|
|
}
|