Files
SeamlessClient/SeamlessTransfer/ModLoader.cs

20 lines
386 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SeamlessClientPlugin.SeamlessTransfer
{
public class ModLoader
{
/* Mod loader should download and load missing mods for target server, and unload ones that arent needed
*
*
*
*
*/
}
}