mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 08:08:51 -05:00
Update AtomVariable.cs
This commit is contained in:
parent
0916c0ae96
commit
1772b75ec5
@ -30,7 +30,7 @@ namespace UnityAtoms
|
||||
/// The inital Variable value as a property.
|
||||
/// </summary>
|
||||
/// <returns>Get the Variable's initial value.</returns>
|
||||
public T InitialValue { get { return _value; } }
|
||||
public T InitialValue { get { return _initialValue; } }
|
||||
|
||||
/// <summary>
|
||||
/// The value the Variable had before its value got changed last time.
|
||||
|
Loading…
Reference in New Issue
Block a user