File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Scripts/Passport/PassportInitialisation Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -799,7 +799,7 @@ MonoBehaviour:
799
799
m_PersistentCalls :
800
800
m_Calls :
801
801
- m_Target : {fileID: 1314882729}
802
- m_TargetAssemblyTypeName : PassportInitializationScript , Assembly-CSharp
802
+ m_TargetAssemblyTypeName : PassportInitialisationScript , Assembly-CSharp
803
803
m_MethodName : UseDeviceCodeAuth
804
804
m_Mode : 1
805
805
m_Arguments :
@@ -2055,7 +2055,7 @@ MonoBehaviour:
2055
2055
m_PersistentCalls :
2056
2056
m_Calls :
2057
2057
- m_Target : {fileID: 1314882729}
2058
- m_TargetAssemblyTypeName : PassportInitializationScript , Assembly-CSharp
2058
+ m_TargetAssemblyTypeName : PassportInitialisationScript , Assembly-CSharp
2059
2059
m_MethodName : UsePKCE
2060
2060
m_Mode : 1
2061
2061
m_Arguments :
Original file line number Diff line number Diff line change 5
5
using Immutable . Passport ;
6
6
using Immutable . Passport . Core . Logging ;
7
7
8
- public class PassportInitializationScript : MonoBehaviour
8
+ public class PassportInitialisationScript : MonoBehaviour
9
9
{
10
10
#pragma warning disable CS8618
11
11
[ SerializeField ] private GameObject TopPadding ;
You can’t perform that action at this time.
0 commit comments