summaryrefslogtreecommitdiffstats
path: root/src/launcher/profile.rs
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2024-12-30 19:33:48 -0600
committerLibravatar bigfoot547 <[email protected]>2024-12-30 19:33:48 -0600
commite62d05698ba6af03906fb79acee1da488e64871a (patch)
tree000c2c5c1a682694d4dfadb809937a4edd14915b /src/launcher/profile.rs
parentwhen the (diff)
some stuff has changed
Diffstat (limited to 'src/launcher/profile.rs')
-rw-r--r--src/launcher/profile.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/launcher/profile.rs b/src/launcher/profile.rs
new file mode 100644
index 0000000..835d912
--- /dev/null
+++ b/src/launcher/profile.rs
@@ -0,0 +1,8 @@
+use super::instance::Instance;
+
+struct Profile<'l> {
+ name: String,
+ version_id: String,
+ java_runtime: Option<String>,
+ instance: &'l Instance
+} \ No newline at end of file