mirror of
https://github.com/Cardidi/dotween-upm-fork.git
synced 2025-12-20 17:26:03 +08:00
8 lines
175 B
C#
8 lines
175 B
C#
using UnityEngine;
|
|
|
|
public class TestObjectData
|
|
{
|
|
// Only for GoKit, since it can't tween fields
|
|
public float floatValueProperty { get; set; }
|
|
public float floatValue;
|
|
} |