Skip to content

Commit 39c5f3c

Browse files
committed
update README.md
1 parent ef5ce10 commit 39c5f3c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ L'architecture est multi-tier (3 exactement), une première qui est l'IHM (Minec
3737

3838
Le storage utilise un DAO, avec des méthodes CRUD (create/read/update/delete) avec de la sérialisation en json utilisant Gson qui est nativement intégré a la librairie de spigot.
3939

40+
<h1 align="center">
41+
<img src="https://raw.githubusercontent.com/Sorax5/SpigotPluginMVC/master/assets/conception/Logic.jpg">
42+
<img src="https://raw.githubusercontent.com/Sorax5/SpigotPluginMVC/master/assets/conception/Storage.jpg">
43+
<img src="https://raw.githubusercontent.com/Sorax5/SpigotPluginMVC/master/assets/conception/IHM.jpg">
44+
<img src="https://raw.githubusercontent.com/Sorax5/SpigotPluginMVC/master/assets/conception/Package.jpg">
45+
</h1>
46+
4047
### **Build du plugin:**
4148

4249
1. Clonez le repo GitHub

0 commit comments

Comments
 (0)