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
@@ -1367,6 +1369,8 @@ public unsafe class ServerLibrary : IServerLibrary
1367
1369
privatestaticvoidPlayer_RemoveDecorationFallback(nint_player,uint_collection,uint_overlay)=>thrownewExceptions.OutdatedSdkException("Player_RemoveDecoration","Player_RemoveDecoration SDK method is outdated. Please update your module nuget");
privatestaticbytePlayer_RemoveFaceFeatureFallback(nint_player,byte_index)=>thrownewExceptions.OutdatedSdkException("Player_RemoveFaceFeature","Player_RemoveFaceFeature SDK method is outdated. Please update your module nuget");
privatestaticvoidPlayer_RemoveHeadBlendDataFallback(nint_player)=>thrownewExceptions.OutdatedSdkException("Player_RemoveHeadBlendData","Player_RemoveHeadBlendData SDK method is outdated. Please update your module nuget");
privatestaticbytePlayer_RemoveHeadOverlayFallback(nint_player,byte_overlayID)=>thrownewExceptions.OutdatedSdkException("Player_RemoveHeadOverlay","Player_RemoveHeadOverlay SDK method is outdated. Please update your module nuget");
@@ -1165,6 +1169,10 @@ public unsafe class SharedLibrary : ISharedLibrary
1165
1169
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");
privatestaticulongCore_GetMValueArgsSizeFallback(nint_core,nint[]args,int_size)=>thrownewExceptions.OutdatedSdkException("Core_GetMValueArgsSize","Core_GetMValueArgsSize SDK method is outdated. Please update your module nuget");
privatestaticulongCore_GetMValueSizeFallback(nint_core,nint_args)=>thrownewExceptions.OutdatedSdkException("Core_GetMValueSize","Core_GetMValueSize SDK method is outdated. Please update your module nuget");
privatestaticintCore_GetNetTimeFallback(nint_core)=>thrownewExceptions.OutdatedSdkException("Core_GetNetTime","Core_GetNetTime SDK method is outdated. Please update your module nuget");
0 commit comments