game property

T? game

The T this system belongs to.

Implementation

T? get game => world?.game as T?;