├── .gitattributes ├── Source.zip ├── shanghai.3dsx └── shanghai.smdh /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /Source.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghost-Bit/Shanghai/963cc275752c6bb2133802abfce51efcb61f55a8/Source.zip -------------------------------------------------------------------------------- /shanghai.3dsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghost-Bit/Shanghai/963cc275752c6bb2133802abfce51efcb61f55a8/shanghai.3dsx -------------------------------------------------------------------------------- /shanghai.smdh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ghost-Bit/Shanghai/963cc275752c6bb2133802abfce51efcb61f55a8/shanghai.smdh --------------------------------------------------------------------------------