Initial add

This commit is contained in:
Paul Scott
2023-03-13 20:34:59 +11:00
commit b1a8ce7352
37 changed files with 1310 additions and 0 deletions

View 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 {
}