Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public abstract class AbstractContender {
private final int evd;
private int stars;
private int variable;
private int bariable;
private int win;


Expand All @@ -23,6 +24,7 @@ public AbstractContender(final String name, int hp, final int atk, final int def
this.stars = 0;
this.win = 0;
this.variable=0;
this.bariable=1;
}

public String getName() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
package com.github.cc3002.citricjuice.model;





public class ejemplo {

}