test_tactic

Module Contents

Classes

BaseSkill

Helper class that provides a standard way to create an ABC using

ISkillA

Helper class that provides a standard way to create an ABC using

ISkillB

Helper class that provides a standard way to create an ABC using

ISkillC

Helper class that provides a standard way to create an ABC using

SkillA

Helper class that provides a standard way to create an ABC using

SkillB

Helper class that provides a standard way to create an ABC using

SkillC

Helper class that provides a standard way to create an ABC using

Skills

Functions

test_skills_enum()

class test_tactic.BaseSkill(name: str)

Bases: stp.skill.ISkill

Helper class that provides a standard way to create an ABC using inheritance.

define(self)
tick(self) None
class test_tactic.ISkillA(name: str)

Bases: BaseSkill

Helper class that provides a standard way to create an ABC using inheritance.

class test_tactic.ISkillB(name: str)

Bases: BaseSkill

Helper class that provides a standard way to create an ABC using inheritance.

class test_tactic.ISkillC(name: str)

Bases: BaseSkill

Helper class that provides a standard way to create an ABC using inheritance.

class test_tactic.SkillA(name: str)

Bases: ISkillA

Helper class that provides a standard way to create an ABC using inheritance.

class test_tactic.SkillB(name: str)

Bases: ISkillB

Helper class that provides a standard way to create an ABC using inheritance.

class test_tactic.SkillC(name: str)

Bases: ISkillC

Helper class that provides a standard way to create an ABC using inheritance.

class test_tactic.Skills

Bases: stp.tactic.SkillsEnum

SKILL_A
SKILL_B
SKILL_C
test_tactic.test_skills_enum()