diff --git a/Conventions.java b/Conventions.java index f0f8406..b037393 100644 --- a/Conventions.java +++ b/Conventions.java @@ -26,4 +26,8 @@ public enum EVENT { // enums use SCREAMING_SNAKE_CASE INDIANA_ROBOTICS_INVITATIONAL, CHEZY_CHAMPS } + + public String getTeamMissionStatement() { + return "Inspire through excellence, engage through interesting fun stuff"; + } }