mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-26 14:12:23 +00:00
7 lines
79 B
Text
7 lines
79 B
Text
|
fn canonical_data() {
|
||
|
#{}
|
||
|
}
|
||
|
fn local_data(system) {
|
||
|
canonical_data()
|
||
|
}
|