Predict StorageComponent (#19682)
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Content.Server.UserInterface
|
||||
public static class UserInterfaceHelpers
|
||||
{
|
||||
[Obsolete("Use UserInterfaceSystem")]
|
||||
public static BoundUserInterface? GetUIOrNull(this EntityUid entity, Enum uiKey)
|
||||
public static PlayerBoundUserInterface? GetUIOrNull(this EntityUid entity, Enum uiKey)
|
||||
{
|
||||
return IoCManager.Resolve<IEntitySystemManager>().GetEntitySystem<UserInterfaceSystem>().GetUiOrNull(entity, uiKey);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user