Ordered files and folders a bit
This commit is contained in:
14
GamePlay/Frames/Frame.java
Normal file
14
GamePlay/Frames/Frame.java
Normal file
@ -0,0 +1,14 @@
|
||||
package Frames;
|
||||
/**
|
||||
* Main class for frames
|
||||
* @author Victor Azra
|
||||
*
|
||||
*/
|
||||
public class Frame {
|
||||
|
||||
//TODO: to implement
|
||||
|
||||
public Frame() {
|
||||
//TODO : to implement
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user