update gamemodes.py.example

This commit is contained in:
jacob1 2017-05-06 12:44:18 -04:00
parent 9f43a8a6d6
commit af4be89897

View File

@ -5,6 +5,7 @@ import src.settings as var
from src.utilities import *
from src.messages import messages
from src import events
from src.decorators import (event_listener, cmd)
####################################################################
# DO NOT EDIT ANYTHING ABOVE THIS LINE, ADD CUSTOM GAMEMODES BELOW #