diff options
| author | 2024-12-30 19:33:48 -0600 | |
|---|---|---|
| committer | 2024-12-30 19:33:48 -0600 | |
| commit | e62d05698ba6af03906fb79acee1da488e64871a (patch) | |
| tree | 000c2c5c1a682694d4dfadb809937a4edd14915b /src/launcher/profile.rs | |
| parent | when the (diff) | |
some stuff has changed
Diffstat (limited to 'src/launcher/profile.rs')
| -rw-r--r-- | src/launcher/profile.rs | 8 |
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 |
