@wayward/types 2.12.2-beta.dev.20221104.1 → 2.12.2-beta.dev.20221106.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -24,6 +24,7 @@ export default abstract class BadTemperatureEffect extends StatusEffect {
|
|
|
24
24
|
protected onTick(): void;
|
|
25
25
|
protected abstract getConsequenceEffect(): StatusType;
|
|
26
26
|
protected abstract getConsequenceStat(): Stat;
|
|
27
|
-
private
|
|
27
|
+
private onGameTickStart;
|
|
28
|
+
private onPlayerTurnStart;
|
|
28
29
|
private isLevelTwoBadTemp;
|
|
29
30
|
}
|
package/package.json
CHANGED