summaryrefslogtreecommitdiffstats
path: root/platform/android/java/app/src/com/godot/game/GodotApp.java
blob: fabd7b1dbb3a97acb2e3b0324281ea462dffd4ce (plain)
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 {
}