refactor config handling
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using LabApi.Features.Wrappers;
|
||||
|
||||
namespace CustomClasses;
|
||||
|
||||
public static class PlayerExtensions
|
||||
{
|
||||
public static string GetExtendedClass(this Player player)
|
||||
{
|
||||
return "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user