mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-26 23:59:30 +00:00
6 lines
172 B
C#
6 lines
172 B
C#
//--- OBJECT WRITE BEGIN ---
|
|
singleton Material(SMBunkWall66) {
|
|
mapTo = "SMBunkWall66";
|
|
DiffuseMapAsset[0] = "TTR:SMBunkWall66_ALBEDO";
|
|
};
|
|
//--- OBJECT WRITE END ---
|