設計変更
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
|
||||
pub fn detection() {
|
||||
pub struct System {
|
||||
|
||||
}
|
||||
|
||||
impl System {
|
||||
|
||||
pub fn new() -> System {
|
||||
System{}
|
||||
}
|
||||
|
||||
pub fn detection(&self) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user