import type { GamePluginRuntimeProfilesResponse, RuntimeDLLExtensionProfileResponse } from "../api/types";
interface RuntimeDLLExtensionsPanelProps {
runtimeProfiles?: GamePluginRuntimeProfilesResponse;
embedded?: boolean;
}
export function RuntimeDLLExtensionsPanel({ runtimeProfiles, embedded = false }: RuntimeDLLExtensionsPanelProps) {
const extensions = runtimeProfiles?.dllExtensions ?? [];
if (extensions.length === 0) {
return null;
}
const content =
Run 不直接执行 DLL;已安装的 UE4SS 会在 SCUM 正常启动时加载它。
发布者尚未提供完整哈希、大小与兼容性固定值;此声明可查看,但不会派发给 Run。
}