Files
The-Only-Cure/media/scripts/TOC_models.txt
2024-05-02 00:34:45 +02:00

26 lines
359 B
Plaintext

module TOC
{
imports
{
Base
}
model prostheticArm
{
mesh = Prosthesis/normalArm_Ground,
texture = Prosthesis\normalArm,
}
model prostheticArmHook
{
mesh = Prosthesis/hookArm_Ground,
texture = Prosthesis\hookArm,
}
model tourniquet
{
mesh = Surgery/Tourniquet_Ground,
texture = Surgery\tourniquet,
}
}