mirror of
https://github.com/Klagarge/PokeHES.git
synced 2025-10-30 03:11:05 +00:00
initial commit
This commit is contained in:
5
app/src/main/java/Entity/Character.java
Normal file
5
app/src/main/java/Entity/Character.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package Entity;
|
||||
|
||||
public abstract class Character extends Entity{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user