mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2026-02-25 20:08:14 +01:00
6 lines
157 B
C#
6 lines
157 B
C#
using Phantom.Common.Data.Java;
|
|
|
|
namespace Phantom.Agent.Services.Java;
|
|
|
|
sealed record JavaRuntimeExecutable(string ExecutablePath, JavaRuntime Runtime);
|