File storage in progress

This commit is contained in:
Claude Brisson
2023-06-06 10:58:36 +02:00
parent eb1f0c4040
commit 71bc333c93
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package org.jeudego.pairgoth.store
class FileStore {
}

View File

@@ -0,0 +1,4 @@
package org.jeudego.pairgoth.store
class MemoryStore {
}

View File

@@ -0,0 +1,4 @@
package org.jeudego.pairgoth.store
interface StoreImplementation {
}