summaryrefslogtreecommitdiffstats
path: root/src/launcher/profile.rs
diff options
context:
space:
mode:
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