/SINner

Firefall server emulator

Primary LanguageC#MIT LicenseMIT

SINner

Firefall server emulator

This tool was created for educational purposes only and should not be used by anyone.

This repository is using submodules, so in order to properly clone it use this

git clone --recurse-submodules https://github.com/themeldingwars/SINner.git

... if you already cloned the repo or are using an older version than 2.13 of git, use this to grab the needed submodules:

git clone https://github.com/themeldingwars/SINner.git
cd SINner
git submodule update --init --recursive