Package com.prineside.tdi2.components
package com.prineside.tdi2.components
Components are simple containers for a set of fields, and they are used in a scenarios where these fields can be empty for an individual entities.
They just save up some RAM. For example,
StunDebuffStats
contains a history of stuns for an individual enemy but enemies that were not stunned before won't have this data so there's no point in adding all these fields to each enemy.
Components do not contain any gameplay-related logic, they are just data containers.-
ClassesClassDescriptionApplied to towers Lists all the additional PWR sources (Power modifier / Basic ult)