using UnityEngine; public class TestObjectData { // Only for GoKit, since it can't tween fields public float floatValueProperty { get; set; } public float floatValue; }