From 3d2c7a61aede34d0ec019d4a95c2065e2413aa6f Mon Sep 17 00:00:00 2001 From: Acro Date: Wed, 3 Apr 2019 10:59:59 +0200 Subject: [PATCH] Use Smartlook instead of SmartLook --- SmartLook.Android.cs | 4 ++-- SmartLook.IOS.cs | 4 ++-- Smartlook.cs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/SmartLook.Android.cs b/SmartLook.Android.cs index 173c72b..7cfbac5 100644 --- a/SmartLook.Android.cs +++ b/SmartLook.Android.cs @@ -1,8 +1,8 @@ #if UNITY_ANDROID using UnityEngine; -namespace SmartLookUnity { - public partial class SmartLook { +namespace SmartlookUnity { + public partial class Smartlook { static AndroidJavaClass SL; static AndroidJavaClass getSLClass() { diff --git a/SmartLook.IOS.cs b/SmartLook.IOS.cs index f82c49b..42e3ed8 100644 --- a/SmartLook.IOS.cs +++ b/SmartLook.IOS.cs @@ -2,8 +2,8 @@ using System.Runtime.InteropServices; using UnityEngine; -namespace SmartLookUnity { - public partial class SmartLook { +namespace SmartlookUnity { + public partial class Smartlook { [DllImport("__Internal")] static extern void SmartlookInit(string key); diff --git a/Smartlook.cs b/Smartlook.cs index 1a4e797..e3dad15 100644 --- a/Smartlook.cs +++ b/Smartlook.cs @@ -1,5 +1,5 @@ -namespace SmartLookUnity { - public static partial class SmartLook { +namespace SmartlookUnity { + public static partial class Smartlook { public static void Init(string key) { InitInternal(key); } static partial void InitInternal(string key);