RobustToolbox
RobustToolbox copied to clipboard
AutoNetworkedField doesn't deep copy classes
Though maybe it can't easily, idk, just seems trivial to footgun yourself relying upon this.
Specifically I had Dictionary<string, class> and the refs were being copied.
At a minimum it should throw a warning or error.