U3D_TobaccoWarehouseISMDTSy.../Assets/Scripts/GameDisComponent.cs

9 lines
154 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class GameDisComponent : MonoBehaviour
{
public float value;
}