We're almost here...

This commit is contained in:
Sardelka
2022-06-22 14:18:20 +08:00
parent 42c038d8ab
commit 84171e2949
35 changed files with 269 additions and 50651 deletions

View File

@ -116,5 +116,9 @@ namespace RageCoop.Core
{
return (flagToCheck & flag)!=0;
}
public static bool HasConfigFlag(this PlayerConfigFlags flagToCheck, PlayerConfigFlags flag)
{
return (flagToCheck & flag)!=0;
}
}
}