mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-04 02:49:23 +00:00
Better avatar setup detection
This commit is contained in:
parent
2f9a46e471
commit
0794564563
5 changed files with 38 additions and 50 deletions
|
@ -1,7 +1,12 @@
|
|||
namespace ml_lme
|
||||
using ABI_RC.Core.Player;
|
||||
using System.Linq;
|
||||
|
||||
namespace ml_lme
|
||||
{
|
||||
static class Utils
|
||||
{
|
||||
public static bool AreKnucklesInUse() => PlayerSetup.Instance._trackerManager.trackerNames.Contains("knuckles");
|
||||
|
||||
public static void Swap<T>(ref T lhs, ref T rhs)
|
||||
{
|
||||
T temp = lhs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue