mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-02-21 04:49:04 -06:00
14 lines
174 B
C++
14 lines
174 B
C++
#pragma once
|
|
|
|
#include <SWA.inl>
|
|
|
|
namespace SWA::Inspire
|
|
{
|
|
class COpacityAnimationInfo
|
|
{
|
|
public:
|
|
be<float> m_Opacity;
|
|
be<float> m_Frame;
|
|
};
|
|
}
|