File tree Expand file tree Collapse file tree
Unity/Assets/NativeScript Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,16 +176,16 @@ IntPtr assertFieldSetRaiseExceptions
176176 /*END INIT PARAMS*/ ) ;
177177
178178 /*BEGIN MONOBEHAVIOUR IMPORTS*/
179- [ DllImport ( Constants . PluginName ) ]
179+ [ DllImport ( NativeScriptConstants . PluginName ) ]
180180 public static extern void TestScriptAwake ( int thisHandle ) ;
181181
182- [ DllImport ( Constants . PluginName ) ]
182+ [ DllImport ( NativeScriptConstants . PluginName ) ]
183183 public static extern void TestScriptOnAnimatorIK ( int thisHandle , int param0 ) ;
184184
185- [ DllImport ( Constants . PluginName ) ]
185+ [ DllImport ( NativeScriptConstants . PluginName ) ]
186186 public static extern void TestScriptOnCollisionEnter ( int thisHandle , int param0 ) ;
187187
188- [ DllImport ( Constants . PluginName ) ]
188+ [ DllImport ( NativeScriptConstants . PluginName ) ]
189189 public static extern void TestScriptUpdate ( int thisHandle ) ;
190190 /*END MONOBEHAVIOUR IMPORTS*/
191191#endif
You can’t perform that action at this time.
0 commit comments