Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Hi
  • Loading branch information
Joe authored and Joe committed Feb 28, 2017
1 parent ca2d8da commit 540ded3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/Main/model/Die.java

This file was deleted.

20 changes: 20 additions & 0 deletions src/model/Profession.java
@@ -0,0 +1,20 @@
package model;

public class Profession
{

public String profName;
public int salary;
public int expenses;
public int savings;
public int liabilities;









}

0 comments on commit 540ded3

Please sign in to comment.