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

StructInfo{}

DefineSwitch ""{
	Entry = "";
	Entry = "͌";
	Entry = "͌+y()";
	Entry = "͌+y()";
}
DefineSwitch "Ő"{
	Entry = "1";
	Entry = "2";
}

PrimaryAssembly{
	Object3D "model"{
		ModelFileName = "water.x";
		ModelScale = 100;
		ApplySwitch ""{
		Case 1:
			ChangeModel = "kawara.x",100;
		Case 2:
			ChangeModel = "dote.x",100;
		Case 3:
			ChangeModel = "dote_s.x",100;
		}
		If ""!=0 && "Ő"==1 {
			ChangeTexture = 0,"../common_mtbc/river/grass2.jpg";
		}
		Joint3D "_LOCAL"{
			AttachCoord = (0.0, 0.0, 0.0);
		}
	}
	Object3D "shadow"{
		ModelFileName = "shadow.x";
		ModelScale = 100;
		Transparent = 0;
		If ""==0 {
			ChangeModel = "",100;
		}
		Joint3D "_LOCAL"{
			AttachCoord = (0.0, 0.0, 0.0);
		}
	}
}