Implemented interface between NSD and interpreter

This commit is contained in:
weckyy702
2021-01-03 17:12:21 +01:00
parent 522e0d2b38
commit 536cf7958a
5 changed files with 71 additions and 123 deletions

View File

@@ -10,6 +10,12 @@ public class Rover extends Actor
* this function is to be implemented by the user
* depending on the needed actions
*/
public Display getDisplay()
{
return anzeige;
}
public void act()
{
S66Nr3(7);