Started work on API and remembrance fuction

This commit is contained in:
2025-02-21 13:31:13 +01:00
parent 9daae9211f
commit da2cb69b1b
11 changed files with 331 additions and 42 deletions

View File

@@ -8,6 +8,7 @@ version = '1.0-SNAPSHOT'
dependencies {
implementation project(":Display")
implementation project(":API")
implementation project(":Core")
}
jar{