mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-01 17:47:24 +02:00
* Move viewsubscriber to shared + handle eye targets Need this stuff for AI. * Fix dumb * review
6 lines
143 B
C#
6 lines
143 B
C#
using Robust.Shared.GameObjects;
|
|
|
|
namespace Robust.Client.GameObjects;
|
|
|
|
public sealed class ViewSubscriberSystem : SharedViewSubscriberSystem;
|