fix: typo
parent
a04aa7fd22
commit
9d4ae6aa58
|
@ -28,7 +28,7 @@ namespace SkyHook
|
||||||
public static readonly UnityEvent<SkyHookEvent> KeyUpdated = new();
|
public static readonly UnityEvent<SkyHookEvent> KeyUpdated = new();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The instance of sky hook manager. The instance will be crated if it does not exist
|
/// The instance of sky hook manager. The instance will be created if it does not exist
|
||||||
/// </summary>
|
/// </summary>
|
||||||
// ReSharper disable once MemberCanBePrivate.Global
|
// ReSharper disable once MemberCanBePrivate.Global
|
||||||
public static SkyHookManager Instance
|
public static SkyHookManager Instance
|
||||||
|
|
Reference in New Issue