@wayward/types 2.15.2-beta.dev.20251114.1 → 2.15.2-beta.dev.20251115.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.
|
@@ -168,6 +168,7 @@ export declare enum MoveType {
|
|
|
168
168
|
* If set, this entity will damage any crushable item they have stepped on.
|
|
169
169
|
*/
|
|
170
170
|
DamageCrushableTileItems = 8192,
|
|
171
|
+
/** Warning: This is a combination of other MoveType's, so when checking make sure to check that *all* flags are present */
|
|
171
172
|
Flying = 15
|
|
172
173
|
}
|
|
173
174
|
export declare enum AttackType {
|
package/package.json
CHANGED