13 lines
267 B
C#
13 lines
267 B
C#
using Core.Models.Spt.Repeatable;
|
|
|
|
namespace Core.Utils.Extensions
|
|
{
|
|
public static class EliminationTargetPoolExtensions
|
|
{
|
|
public static void Remove<T>(this EliminationTargetPool pool, T key)
|
|
{
|
|
// TODO: Implement
|
|
}
|
|
}
|
|
}
|