2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 15:51:22 +00:00
metaforce/DataSpec/DNAMP1/MazeSeeds.hpp
2018-12-07 19:30:43 -10:00

13 lines
197 B
C++

#pragma once
#include <vector>
#include "DNAMP1.hpp"
namespace DataSpec::DNAMP1 {
struct MazeSeeds : BigDNA {
AT_DECL_DNA_YAML
Value<atUint32> seeds[300];
};
} // namespace DataSpec::DNAMP1