Début de comportement déplacement (oublié).

This commit is contained in:
aminecmi committed 2015-01-07 08:55:34 +01:00
1 parent 72dec106dd
commit a291a7ebc2
1 file changed
+5
@@ -0,0 +1,5 @@
package Comportements;
public interface ComportementSeDeplacer {
public String seDeplacer();
}