PluginHeader{
	RailSimVersion = 2.00;
	PluginType = Struct;
	PluginName = "Ғ@ۊXŔ";
	PluginAuthor = "mitsubachi";
	IconTexture = "../../Train/common_mtbc/icon.png";
	Description = "";
}

StructInfo{}

DefineSwitch ""{
	Entry = "ԓp";
	Entry = "p";
}

PrimaryAssembly{
	Object3D "model"{
		ModelFileName = "model.x";
		ModelScale = 10.0;
		ApplySwitch "" {
		Case 1:
			ChangeModel = "model2.x", 10.0;
		}
		Joint3D "_LOCAL"{
			AttachCoord = (0.0, 0.0, 0.0);
		}
	}
}