Skip to content
Snippets Groups Projects
Commit 75a82f77 authored by rosier8u's avatar rosier8u
Browse files

ajout du DP Etat

parent c23d8e71
No related branches found
No related tags found
No related merge requests found
package modele.DPState;
import modele.Personnage;
public interface Etat {
void actionTour(Personnage personnage);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment