Initial commit

This commit is contained in:
Michael Wain 2024-02-11 16:11:52 +03:00
commit 8386db6502
6 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,2 @@
package com.alterdekim.game;public class Application {
}

View File

@ -0,0 +1,2 @@
package com.alterdekim.game.storage;public class FileSystemStorageService {
}

View File

@ -0,0 +1,2 @@
package com.alterdekim.game.storage;public class StorageException {
}

View File

@ -0,0 +1,2 @@
package com.alterdekim.game.storage;public class StorageFileNotFoundException {
}

View File

@ -0,0 +1,2 @@
package com.alterdekim.game.storage;public class StorageProperties {
}

View File

@ -0,0 +1,2 @@
package com.alterdekim.game.storage;public class StorageService {
}