LeviLamina
Loading...
Searching...
No Matches
ShooterProjectileData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCAPI void setActorDefByName(::std::string const& name);
26
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCAPI void $dtor();
34 // NOLINTEND
35};
Definition ShooterProjectileData.h:5
Definition Alias.h:14