mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 17:07:41 +00:00
Implement CParticleGenInfoGeneric
This commit is contained in:
16
DataSpec/DNAMP1/Tweaks/CTweakTargeting.hpp
Normal file
16
DataSpec/DNAMP1/Tweaks/CTweakTargeting.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef _DNAMP1_CTWEAKTARGETING_HPP_
|
||||
#define _DNAMP1_CTWEAKTARGETING_HPP_
|
||||
|
||||
#include "../../DNACommon/Tweaks/ITweakTargeting.hpp"
|
||||
|
||||
namespace DataSpec
|
||||
{
|
||||
namespace DNAMP1
|
||||
{
|
||||
struct CTweakTargeting : public ITweakTargeting
|
||||
{
|
||||
DECL_YAML
|
||||
};
|
||||
}
|
||||
}
|
||||
#endif // _DNAMP1_CTWEAKTARGETING_HPP_
|
||||
Reference in New Issue
Block a user