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

10 lines
133 B
Plaintext
Raw Normal View History

2024-07-14 15:33:00 +00:00
#pragma once
struct AiCreatureSize {
float width;
float height;
};
struct AiCreatureSizes {
AiCreatureSize sizes[8];
};