25 lines
354 B
Plaintext
25 lines
354 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,
|
|
}
|
|
} |