ShanxiKnowledgeBase/SXElectricalInspection/Assets/Script/Interactive objects/FlowInterObjectBase.cs

29 lines
569 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class FlowInterObjectBase : MonoBehaviour
{
//public FlowsBase 流程脚本;
public string ;
public ;
public ;
public bool = false;
public int ;
// [HideInInspector]
public bool first = true;
public int ;
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}