mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
[ViewVariables] for ReflectionManager
This commit is contained in:
@@ -4,6 +4,7 @@ using System.Linq;
|
||||
using System.Reflection;
|
||||
using Robust.Shared.Interfaces.Reflection;
|
||||
using Robust.Shared.Log;
|
||||
using Robust.Shared.ViewVariables;
|
||||
|
||||
namespace Robust.Shared.Reflection
|
||||
{
|
||||
@@ -22,6 +23,7 @@ namespace Robust.Shared.Reflection
|
||||
|
||||
public event EventHandler<ReflectionUpdateEventArgs> OnAssemblyAdded;
|
||||
|
||||
[ViewVariables]
|
||||
public IReadOnlyList<Assembly> Assemblies => assemblies;
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user