mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
8 lines
183 B
C++
8 lines
183 B
C++
#include "Game/Screen/LayoutActorFlag.hpp"
|
|
|
|
LayoutActorFlag::LayoutActorFlag() {
|
|
mIsDead = true;
|
|
mIsHidden = false;
|
|
mIsStopAnimFrame = false;
|
|
mIsOffCalcAnim = false;
|
|
} |