Develop #1

Open
Ramtin wants to merge 35 commits from develop into main
Showing only changes of commit 3b060c446c - Show all commits
@@ -0,0 +1,7 @@
package org.project.constants.gameConstant;
public enum EntityState {
ALIVE,
DEAD,
FROZEN
}