Skip to content

Conversation

@xDm1try
Copy link
Collaborator

@xDm1try xDm1try commented Feb 15, 2023

No description provided.

xDm1try and others added 3 commits February 15, 2023 09:39
# 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;
Copy link
Owner

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;
Copy link
Owner

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;
Copy link
Owner

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants