Files
PDModdingCommunity_PD-Loader/source-code/source/plugins/TLAC/Components/GameTargets/TargetHitStates.h
T
2019-07-30 13:48:28 +02:00

18 lines
221 B
C++

#pragma once
namespace TLAC::Components
{
enum TargetHitStates
{
COOL,
FINE,
SAFE,
SAD,
COOL_WRONG, // unsure
FINE_WRONG, // unsure
SAFE_WRONG, // unsure
SAD_WRONG, // unsure
WORST,
NONE = 21,
};
}