Esempio n. 1
0
 def __init__(self, gameInfo):
     """Méthode pour initialiser le plan"""
     Plan.__init__(self, "ProtectFlag", gameInfo)
Esempio n. 2
0
 def __init__(self, gameInfo):
     Plan.__init__(self, "KillFlagCarrier", gameInfo)
Esempio n. 3
0
 def __init__(self, gameInfo):
     Plan.__init__(self, "BringBackEnemyFlag", gameInfo)
Esempio n. 4
0
 def __init__(self, gameInfo):
     Plan.__init__(self, "GetEnemyFlag", gameInfo)
Esempio n. 5
0
 def __init__(self, gameInfo):
     Plan.__init__(self, "ProtectFlagCarrier", gameInfo)