Actor subclasses

The module tutorial describes how to write an actor class in general. But there are already several actor subclasses available, which make it easier to write a new actor by inheriting there functionality.

In the following pages we will cover some of these subclasses.

Note

It is not required to to make use of these interfaces when creating an actor fulfilling a similar function. These packages are just here to make implementation easier.