You've already forked MP1R-Rando-CodeEdits
mirror of
https://github.com/CraftyBoss/MP1R-Rando-CodeEdits.git
synced 2026-04-01 08:50:26 -07:00
9 lines
258 B
C
9 lines
258 B
C
#pragma once
|
|
|
|
struct CAnimDataMP1 {
|
|
static const char* skSkeletonRoot; // "Skeleton_Root"
|
|
static const char* skRelativeRoot; // "root.anchorBlend"
|
|
static const char* skLegacyRelativeRoot; // "character.anchorBlend"
|
|
|
|
enum ETransformMode {};
|
|
}; |