mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-02 18:17:09 +02:00
Basically just kills the light manager. Clyde was already using the ECS anyways.
8 lines
142 B
C#
8 lines
142 B
C#
namespace Robust.Client.Interfaces.Graphics.Lighting
|
|
{
|
|
public interface ILightManager
|
|
{
|
|
bool Enabled { get; set; }
|
|
}
|
|
}
|