mirror of
https://github.com/roflmuffin/CounterStrikeSharp.git
synced 2025-12-07 00:16:36 -08:00
fix: make natives internal
This commit is contained in:
@@ -6,7 +6,7 @@ using CounterStrikeSharp.API.Modules.Utils;
|
||||
|
||||
namespace CounterStrikeSharp.API.Core
|
||||
{
|
||||
public class NativeAPI {
|
||||
internal static class NativeAPI {
|
||||
|
||||
public static bool AddListener(string name, InputArgument callback){
|
||||
lock (ScriptContext.GlobalScriptContext.Lock) {
|
||||
|
||||
@@ -96,7 +96,7 @@ using CounterStrikeSharp.API.Modules.Utils;
|
||||
|
||||
namespace CounterStrikeSharp.API.Core
|
||||
{{
|
||||
public class NativeAPI {{
|
||||
internal static class NativeAPI {{
|
||||
{nativesString}
|
||||
}}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user