LeviLamina
Loading...
Searching...
No Matches
SetPitch.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SoundDataEvent {
6
7struct SetPitch {
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::TypedStorage<4, 4, float> mPitch;
12 // NOLINTEND
13};
14
15} // namespace SoundDataEvent
Definition SetPitch.h:7