mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-01 17:47:24 +02:00
* Move VisibilitySystem to shared * this * Remove redundant qualifiers. --------- Co-authored-by: PJB3005 <pieterjan.briers+git@gmail.com>
9 lines
139 B
C#
9 lines
139 B
C#
using Robust.Shared.GameObjects;
|
|
|
|
namespace Robust.Client.GameObjects;
|
|
|
|
public sealed class VisibilitySystem : SharedVisibilitySystem
|
|
{
|
|
|
|
}
|