mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
> didnt pjb have issues with doing the control stuff in an overlay and just wanted direct texture draw I ended up doing dis.
6 lines
129 B
C#
6 lines
129 B
C#
using Content.Shared.Access.Systems;
|
|
|
|
namespace Content.Client.Access;
|
|
|
|
public sealed class AccessSystem : SharedAccessSystem {}
|