PluginHeader{
	RailSimVersion = 2.00;
	PluginType = Struct;
	PluginName = "oX◯ (}oX)";
	PluginAuthor = "mitsubachi";
	IconTexture = "../../Train/common_mtbc/icon.png";
	Description = "";
}

StructInfo{}

DefineSwitch ""{
	Entry = "1";
	Entry = "2";
	Entry = "3";
}

PrimaryAssembly{
	Object3D "model"{
		ModelFileName = "../mtbc_bus-stop_tobu/model1.x";
		ModelScale = 1.0;
		ApplySwitch ""{
		Case 0: ChangeTexture = 1, "tex1.png";
		Case 1: ChangeModel = "../mtbc_bus-stop_tobu/model2.x",1.0; ChangeTexture = 1, "tex2.png";
		Case 2: ChangeModel = "model3.x",1.0;
		}
		Joint3D "_LOCAL"{
			AttachCoord = (0.0, 0.0, 0.0);
		}
	}
}