Typo Fixed
This commit is contained in:
parent
463182ab43
commit
6afed7407d
|
@ -3,7 +3,7 @@ using UnityEngine;
|
|||
|
||||
namespace Syntriax.Modules.ToggleState
|
||||
{
|
||||
public class ToggleStateMonobehaviour : MonoBehaviour, IToggleState
|
||||
public class ToggleStateMonoBehaviour : MonoBehaviour, IToggleState
|
||||
{
|
||||
private bool _isToggled = true;
|
||||
public bool IsToggled
|
Loading…
Reference in New Issue