LeviLamina
Loading...
Searching...
No Matches
TargetNearbyProperties.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace TargetNearbyProperties {
6// static variables
7// NOLINTBEGIN
8MCAPI ::std::string_view const& INSIDE_RANGE();
9
10MCAPI ::std::string_view const& MUST_SEE();
11
12MCAPI ::std::string_view const& ON_INSIDE_RANGE();
13
14MCAPI ::std::string_view const& ON_OUTSIDE_RANGE();
15
16MCAPI ::std::string_view const& ON_VIS_LOST_INSIDE_RANGE();
17
18MCAPI ::std::string_view const& OUTSIDE_RANGE();
19// NOLINTEND
20
21} // namespace TargetNearbyProperties