B1BuffExpireTimeInfo
- Defines the expiry time of a buff using a day offset and target hour/minute,
* as an alternative to duration-based expiry.
| Property | Type | Description | Metadata |
|---|---|---|---|
| AfterDay | int32 | Number of in-game days after which the buff expires. -1 means not set. | Category: B1BuffExpireTimeInfo |
| TargetHour | int32 | In-game hour at which the buff expires on the target day. -1 means not set. | Category: B1BuffExpireTimeInfo |
| TargetMinute | int32 | In-game minute at which the buff expires. -1 means not set. | Category: B1BuffExpireTimeInfo |