LeviLamina
Loading...
Searching...
No Matches
ActorDataControllingSeatIndexOperations.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/components/ReplayStateValueDiff.h"
7#include "mc/entity/utilities/actor_data/ActorDataSimpleOperations.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
14namespace ActorData {
15
17: public ::ActorData::
18 ActorDataSimpleOperations<::ReplayStateValueDiff<schar>, ::ActorDataControllingSeatIndexComponent, schar> {};
19
20} // namespace ActorData
Definition ActorDataControllingSeatIndexComponent.h:8
Definition ActorDataControllingSeatIndexOperations.h:18
Definition ActorDataSimpleOperations.h:8