mirror of
https://github.com/Klagarge/PokeHES.git
synced 2025-10-30 11:19:17 +00:00
add version
This commit is contained in:
@@ -6,6 +6,11 @@ import java.io.InputStreamReader;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
import java.util.Vector;
|
||||
|
||||
/**
|
||||
* @author Rémi Heredero
|
||||
* @author Yann Sierro
|
||||
* @version 1.0.0
|
||||
*/
|
||||
public class FightData {
|
||||
|
||||
private Vector<Attack> attacks = new Vector<Attack>();
|
||||
|
||||
Reference in New Issue
Block a user