mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Legger til manglende kommentar for AbstractScreen
This commit is contained in:
parent
f035094789
commit
5c3d6bcd5e
@ -2,6 +2,9 @@ package inf112.fiasko.roborally.game_wrapper;
|
||||
|
||||
import com.badlogic.gdx.Screen;
|
||||
|
||||
/**
|
||||
* This class overrides methods of screens which are often unused
|
||||
*/
|
||||
public abstract class AbstractScreen implements Screen {
|
||||
@Override
|
||||
public void show() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user