mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
6 lines
143 B
C#
6 lines
143 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Robust.Client.GameStates;
|
|
|
|
public sealed partial class PvsOverrideSystem : SharedPvsOverrideSystem;
|