Add PushSound property and Slide state

First Commit, hip hip hooray!
This commit is contained in:
UnizoneDev 2022-11-11 14:23:58 -06:00 committed by Christoph Oelckers
commit 9af664d117
7 changed files with 39 additions and 0 deletions

View file

@ -1992,6 +1992,7 @@ DEFINE_FIELD(AActor, UseSound)
DEFINE_FIELD(AActor, BounceSound)
DEFINE_FIELD(AActor, WallBounceSound)
DEFINE_FIELD(AActor, CrushPainSound)
DEFINE_FIELD(AActor, PushSound)
DEFINE_FIELD(AActor, MaxDropOffHeight)
DEFINE_FIELD(AActor, MaxStepHeight)
DEFINE_FIELD(AActor, MaxSlopeSteepness)