embed plugin loader directly into the launcher
This commit is contained in:
7
PluginLoader/Data/ISteamItem.cs
Normal file
7
PluginLoader/Data/ISteamItem.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PluginLoader.Data;
|
||||
|
||||
public interface ISteamItem
|
||||
{
|
||||
string Id { get; }
|
||||
ulong WorkshopId { get; }
|
||||
}
|
Reference in New Issue
Block a user