Initial add
This commit is contained in:
14
src/comp1110/ass2/BlueLagoon.java
Normal file
14
src/comp1110/ass2/BlueLagoon.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package comp1110.ass2;
|
||||
|
||||
/*
|
||||
This is a placeholder for the BlueLagoon class that will be provided in an
|
||||
update sometime after D2B is complete. This class will contain a set of
|
||||
static methods that you will need to connect to your game code. These
|
||||
static methods work as an interface between our tests and your game logic.
|
||||
|
||||
IMPORTANT: do not modify this file in any way. Its contents will be
|
||||
overridden in an update.
|
||||
*/
|
||||
public class BlueLagoon {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user