Add WaitAction to the class hierarchy

This commit is contained in:
Eryn Wells 2022-05-08 08:55:08 -07:00
parent a9ebc38078
commit f5a8a55182

View file

@ -15,6 +15,7 @@ Action : Base class of all actions
WalkAction
MeleeAction
ExitAction
WaitAction
'''
import logging