add sniper
This commit is contained in:
@@ -5,5 +5,6 @@ using UnityEngine;
|
||||
public class AnimationProperty : MonoBehaviour
|
||||
{
|
||||
public static implicit operator float(AnimationProperty self) => self.value;
|
||||
public float value;
|
||||
[SerializeField]private float value;
|
||||
public float Value => value;
|
||||
}
|
||||
|
Reference in New Issue
Block a user