nd-specs/patterns/db_files/chunks/AICRTSZ.hexpat

10 lines
133 B
Plaintext

#pragma once
struct AiCreatureSize {
float width;
float height;
};
struct AiCreatureSizes {
AiCreatureSize sizes[8];
};