Declaration of all HitBox Class
This commit is contained in:
4
GamePlay/Active_HitBox.java
Normal file
4
GamePlay/Active_HitBox.java
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
public class Active_HitBox extends HitBox {
|
||||
|
||||
}
|
4
GamePlay/Active_throw_Hitbox.java
Normal file
4
GamePlay/Active_throw_Hitbox.java
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
public class Active_throw_Hitbox extends HitBox {
|
||||
|
||||
}
|
8
GamePlay/HitBox.java
Normal file
8
GamePlay/HitBox.java
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
public class HitBox {
|
||||
|
||||
public Double position_x;
|
||||
public Double position_y;
|
||||
public Double size_x;
|
||||
public Double size_y;
|
||||
}
|
4
GamePlay/Passive_HitBox.java
Normal file
4
GamePlay/Passive_HitBox.java
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
public class Passive_HitBox extends HitBox {
|
||||
|
||||
}
|
4
GamePlay/Passive_throw_HitBox.java
Normal file
4
GamePlay/Passive_throw_HitBox.java
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
public class Passive_throw_HitBox extends HitBox {
|
||||
|
||||
}
|
4
GamePlay/Push_HitBox.java
Normal file
4
GamePlay/Push_HitBox.java
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
public class Push_HitBox extends HitBox {
|
||||
|
||||
}
|
Reference in New Issue
Block a user