mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-28 04:03:33 +00:00
8 lines
152 B
C++
8 lines
152 B
C++
#include "FortAnimPlayrateRange.h"
|
|
|
|
FFortAnimPlayrateRange::FFortAnimPlayrateRange() {
|
|
this->MinPlayrate = 0.00f;
|
|
this->MaxPlayrate = 0.00f;
|
|
}
|
|
|