mirror of
https://github.com/Team4388/RidgeScout.git
synced 2026-06-09 00:37:59 -06:00
Use DataMatrix codes, they are much faster. Start work on storing settings
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.astatin3.scoutingapp2025.SettingsVersionStack;
|
||||
|
||||
public class v0 extends settingsVersion {
|
||||
@Override
|
||||
public int getVersion() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
public void update(){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user