Content BUI changes for engine PR (#10308)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Content.Client.ParticleAccelerator.UI
|
||||
{
|
||||
private ParticleAcceleratorControlMenu? _menu;
|
||||
|
||||
public ParticleAcceleratorBoundUserInterface(ClientUserInterfaceComponent owner, object uiKey) : base(owner, uiKey)
|
||||
public ParticleAcceleratorBoundUserInterface(ClientUserInterfaceComponent owner, Enum uiKey) : base(owner, uiKey)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user