Amazon Games for Windows (#91)

This commit is contained in:
Philip Kristoffersen
2022-04-19 21:24:17 +02:00
committed by GitHub
parent 521eb54cbb
commit 0f5f3bad2c
12 changed files with 173 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
use serde::{Deserialize, Serialize};
#[derive(Debug, Deserialize, Serialize, Clone)]
pub struct AmazonSettings{
pub enabled:bool
}