This commit is contained in:
2025-09-19 09:34:43 +08:00
parent 7b182bf8bd
commit 8c9d9c7ddc
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
package uno.mloluyu.desktop.character;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.Sprite;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
public class Alice {
private SpriteBatch batch;
private Texture texture;
private Sprite sprite;
}