def _createActionsValidator(self):
     return BaseActionsValidator(self)
 def _createLevelsValidator(self, entity):
     return BaseActionsValidator(entity)
 def _createSlotsValidator(self, entity):
     return BaseActionsValidator(entity)
示例#4
0
 def _createActionsValidator(self):
     """
     Creates actions validator object.
     """
     return BaseActionsValidator(self)
示例#5
0
 def _createTutorialValidator(self, entity):
     return BaseActionsValidator(entity)
示例#6
0
 def _createVehiclesValidator(self, entity):
     return BaseActionsValidator(entity)