mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Make function public
This commit is contained in:
@@ -14,7 +14,7 @@ pub struct HeroicGame {
|
||||
}
|
||||
|
||||
impl HeroicGame{
|
||||
fn is_installed(&self) -> bool{
|
||||
pub fn is_installed(&self) -> bool{
|
||||
Path::new(&self.install_path).join(&self.executable).exists()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user