mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-06 01:55:52 +00:00
16 lines
172 B
C++
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];
|
|
};
|
|
}
|
|
|