2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-06 01:55:52 +00:00
metaforce/DataSpec/DNAMP1/MazeSeeds.hpp
2018-10-06 17:42:33 -10:00

16 lines
172 B
C++

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