- add: Auth service

This commit is contained in:
2024-12-22 21:38:19 +03:00
parent 4d64c995f1
commit fd347a4fc8
30 changed files with 894 additions and 211 deletions

View File

@@ -54,7 +54,7 @@ public class ConfigurationService
return value != null;
}
public void SetValue(ConVar conVar, object value)
public void SetConfigValue(ConVar conVar, object value)
{
if(conVar.Type != value.GetType())
return;