mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 15:51:22 +00:00
13 lines
197 B
C++
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
|