buffHistory.__init__()

This is the constructor of the buffHistory class.

Parameters

  • StartTime : float - Start time of the buff.

  • EndTime : float - End time of the buff.

Usage

newBuffHistory = buffHistory(10,25)