Skip to content

Commit

Permalink
Import fofix.core.constants in Menu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alvanson committed Oct 28, 2017
1 parent 60d097f commit d236cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fofix/game/Menu.py
Expand Up @@ -37,6 +37,7 @@
from fofix.core.View import Layer
from fofix.core import Player
from fofix.core import Data
from fofix.core.constants import *

class Choice:
def __init__(self, text, callback, name = None, values = None, valueIndex = 0, append_submenu_char = True, tipText = None):
Expand Down

0 comments on commit d236cb4

Please sign in to comment.