You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1057,8 +1055,6 @@ public unsafe class ServerLibrary : IServerLibrary
1057
1055
privatestaticbyteCore_GetMigrationThreadCountFallback(nint_core)=>thrownewExceptions.OutdatedSdkException("Core_GetMigrationThreadCount","Core_GetMigrationThreadCount SDK method is outdated. Please update your module nuget");
privatestaticuintCore_GetMigrationTickRateFallback(nint_core)=>thrownewExceptions.OutdatedSdkException("Core_GetMigrationTickRate","Core_GetMigrationTickRate SDK method is outdated. Please update your module nuget");
privatestaticintCore_GetNetTimeFallback(nint_server)=>thrownewExceptions.OutdatedSdkException("Core_GetNetTime","Core_GetNetTime SDK method is outdated. Please update your module nuget");
privatestaticnintCore_GetPedModelInfoFallback(nint_core,uint_hash)=>thrownewExceptions.OutdatedSdkException("Core_GetPedModelInfo","Core_GetPedModelInfo SDK method is outdated. Please update your module nuget");
@@ -1153,6 +1155,8 @@ public unsafe class SharedLibrary : ISharedLibrary
1153
1155
privatestaticnintCore_GetMarkersFallback(nint_core,ulong*_size)=>thrownewExceptions.OutdatedSdkException("Core_GetMarkers","Core_GetMarkers SDK method is outdated. Please update your module nuget");
privatestaticnintCore_GetMetaDataFallback(nint_core,nint_key)=>thrownewExceptions.OutdatedSdkException("Core_GetMetaData","Core_GetMetaData SDK method is outdated. Please update your module nuget");
privatestaticintCore_GetNetTimeFallback(nint_server)=>thrownewExceptions.OutdatedSdkException("Core_GetNetTime","Core_GetNetTime SDK method is outdated. Please update your module nuget");
privatestaticnintCore_GetNetworkObjectsFallback(nint_core,ulong*_size)=>thrownewExceptions.OutdatedSdkException("Core_GetNetworkObjects","Core_GetNetworkObjects SDK method is outdated. Please update your module nuget");
0 commit comments