mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 23:47:43 +00:00
Massive template-based DNA refactor
This commit is contained in:
@@ -7,7 +7,7 @@ namespace DataSpec::DNAMP1
|
||||
{
|
||||
struct CTweakTargeting final : public ITweakTargeting
|
||||
{
|
||||
DECL_YAML
|
||||
AT_DECL_DNA_YAML
|
||||
Value<atUint32> x4_targetRadiusMode;
|
||||
Value<float> x8_currLockOnExitDuration;
|
||||
Value<float> xc_currLockOnEnterDuration;
|
||||
@@ -58,9 +58,9 @@ struct CTweakTargeting final : public ITweakTargeting
|
||||
Value<float> xf0_outerBeamSquaresScale;
|
||||
DNAColor xf4_outerBeamSquareColor;
|
||||
Value<atUint32> xf8_outerBeamSquareAngleCount;
|
||||
struct UnkVec : BigYAML
|
||||
struct UnkVec : BigDNA
|
||||
{
|
||||
DECL_YAML
|
||||
AT_DECL_DNA
|
||||
Value<atUint32> count;
|
||||
Vector<float, DNA_COUNT(count)> floats;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user