bunch of revisions, still in progress
This commit is contained in:
2
.idea/workspace.xml
generated
2
.idea/workspace.xml
generated
@@ -212,7 +212,7 @@
|
||||
<component name="PropertiesComponent">
|
||||
<property name="WebServerToolWindowFactoryState" value="false" />
|
||||
<property name="aspect.path.notification.shown" value="true" />
|
||||
<property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1551052389633" />
|
||||
<property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1551052466350" />
|
||||
<property name="extract.method.default.visibility" value="public" />
|
||||
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
||||
<property name="project.structure.last.edited" value="Project" />
|
||||
|
||||
@@ -28,6 +28,6 @@ public class loanShark {
|
||||
}
|
||||
}
|
||||
public void addInterest() {
|
||||
player.setDebt((int)(player.getDebt() * 1.05));
|
||||
player.setDebt((int)(player.getDebt() * 1.01));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@ public class main {
|
||||
player = bank.getPlayer();
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
public static void main(String[] args) {
|
||||
main main = new main();
|
||||
TaipanShop littyShop = new TaipanShop(main.getPlayer());
|
||||
Start start = new Start(main.getPlayer());
|
||||
|
||||
Reference in New Issue
Block a user