mirror of
https://github.com/Cardidi/dotween-upm-fork.git
synced 2026-02-06 23:34:55 +08:00
7 lines
123 B
C#
7 lines
123 B
C#
using UnityEngine;
|
|
using System.Collections;
|
|
|
|
public class TempMonoBehaviour : MonoBehaviour
|
|
{
|
|
public float fval = 0;
|
|
} |