mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-06 17:58:05 +02:00
VV for entity systems. (#2447)
This commit is contained in:
@@ -84,4 +84,15 @@ namespace Robust.Shared.ViewVariables
|
||||
|
||||
public string TypeName { get; }
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public class ViewVariablesEntitySystemSelector : ViewVariablesObjectSelector
|
||||
{
|
||||
public ViewVariablesEntitySystemSelector(string typeName)
|
||||
{
|
||||
TypeName = typeName;
|
||||
}
|
||||
|
||||
public string TypeName { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user