1 2 3 4 5 6 7 8 9 10
package com.godot.game; import org.godotengine.godot.Godot; /** * Template activity for Godot Android custom builds. * Feel free to extend and modify this class for your custom logic. */ public class GodotApp extends Godot { }