1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2026-02-25 11:08:17 +01:00
Files
Minecraft-Phantom-Panel/Agent/Phantom.Agent.Services/Java/JavaRuntimeExecutable.cs

6 lines
157 B
C#

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