-
Notifications
You must be signed in to change notification settings - Fork 3
gun & shotgun #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
gun & shotgun #21
Conversation
# Conflicts: # level.out # src/main/java/ru/nsu/fit/dib/projectdib/App.java # src/main/java/ru/nsu/fit/dib/projectdib/EntityType.java
| private List<Entity> inventory; | ||
|
|
||
| private int HP; | ||
| private double Str; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Что означают все эти double поля
|
|
||
| private int HP; | ||
| private double Str; | ||
| private double Dex; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
И почему названия у них с большой буквы
| private int HP; | ||
| private double Str; | ||
| private double Dex; | ||
| private double Phys; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Да и в конструкторе их нет и сеттеров под них нет
# Conflicts: # level.out # src/main/java/ru/nsu/fit/dib/projectdib/App.java # src/main/java/ru/nsu/fit/dib/projectdib/EntityType.java
No description provided.