CSY2030-assignment-2/src/main/java/com/r0r5chach/controllers/MainController.java

8 lines
250 B
Java
Raw Normal View History

2023-02-02 17:26:59 +00:00
package com.r0r5chach.controllers;
2023-02-03 19:41:30 +00:00
/**
* Class that defines the controller for the main View (main.fxml) of the GUI
* Inherits from com.r0r5chach.controllers.Controller
2023-02-05 21:19:51 +00:00
* @author r0r5chach
2023-02-03 19:41:30 +00:00
*/
2023-02-03 12:48:36 +00:00
public class MainController extends Controller {
2023-01-31 18:25:23 +00:00
}