@@ -68,6 +68,9 @@ public static class Interop
6868        [ DllImport ( LibName ,  CallingConvention  =  CallingConvention . Cdecl ) ] 
6969        public  static   extern   void  uwAdminSendSuggestedCameraFocus ( uint  position ) ; 
7070
71+         [ DllImport ( LibName ,  CallingConvention  =  CallingConvention . Cdecl ) ] 
72+         public  static   extern   void  uwAdminSetAutomaticSuggestedCameraFocus ( [ MarshalAs ( UnmanagedType . I1 ) ]  bool  enabled ) ; 
73+ 
7174        [ DllImport ( LibName ,  CallingConvention  =  CallingConvention . Cdecl ) ] 
7275        public  static   extern   void  uwAdminSendChat ( [ MarshalAs ( UnmanagedType . LPStr ) ]  string  msg ,  UwChatTargetFlags  flags , 
7376                                                  uint  targetId ) ; 
@@ -135,9 +138,6 @@ public enum UwConnectionStateEnum
135138        public  static   extern   void  uwSetConnectStartGui ( [ MarshalAs ( UnmanagedType . I1 ) ]  bool  enabled , 
136139                                                       [ MarshalAs ( UnmanagedType . LPStr ) ]  string  extraCmdParams ) ; 
137140
138-         [ DllImport ( LibName ,  CallingConvention  =  CallingConvention . Cdecl ) ] 
139-         public  static   extern   void  uwSetConnectAsObserver ( [ MarshalAs ( UnmanagedType . I1 ) ]  bool  observer ) ; 
140- 
141141        [ DllImport ( LibName ,  CallingConvention  =  CallingConvention . Cdecl ) ] 
142142        [ return : MarshalAs ( UnmanagedType . I1 ) ] 
143143        public  static   extern   bool  uwConnectFindLan ( ulong  timeoutMicroseconds ) ; 
@@ -286,7 +286,7 @@ public static extern void uwCommandPlaceConstruction(uint constructionProto, uin
286286        [ DllImport ( LibName ,  CallingConvention  =  CallingConvention . Cdecl ) ] 
287287        public  static   extern   void  uwCommandSelfDestruct ( uint  entityId ) ; 
288288
289-         public  const  uint  UW_VERSION  =  34 ; 
289+         public  const  uint  UW_VERSION  =  35 ; 
290290        public  const  uint  UW_GameTicksPerSecond  =  20 ; 
291291        [ StructLayout ( LayoutKind . Sequential ) ] 
292292        public  struct  UwIds 
0 commit comments