5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
|
#pragma once
|
||
|
|
||
|
struct AiGamesysPathOptions {
|
||
|
float large_door_size;
|
||
|
};
|