mirror of
https://github.com/Klagarge/PokeHES.git
synced 2025-10-30 03:11:05 +00:00
avancée sur la base de donnée des attaques et discours
This commit is contained in:
@@ -54,7 +54,7 @@ public class FightData {
|
||||
}
|
||||
|
||||
//return the vector with one attak
|
||||
public Attack getAttacks(int a){
|
||||
public Attack getAttack(int a){
|
||||
return attacks.get(a);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user