1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2026-03-07 04:08:00 +01:00
Files

6 lines
157 B
C#

using Phantom.Common.Data.Java;
namespace Phantom.Agent.Services.Java;
sealed record JavaRuntimeExecutable(string ExecutablePath, JavaRuntime Runtime);