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