mirror of
https://github.com/Jacobwasbeast/LegacyWeaveLoader.git
synced 2026-05-22 05:34:36 +00:00
10 lines
204 B
C#
10 lines
204 B
C#
namespace WeaveLoader.API.Loot;
|
|
|
|
/// <summary>
|
|
/// Placeholder resource manager for loot event callbacks.
|
|
/// </summary>
|
|
public sealed class LootResourceManager
|
|
{
|
|
internal LootResourceManager() { }
|
|
}
|