ShanxiKnowledgeBase/SXElectricalInspection/Assets/GuYuan/FractionManager/FractionUIFWQ.cs

16 lines
331 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class FractionUIFWQ : Fraction
{
private void OnEnable()
{
CompletedorNot = true;
if (FractionManager.Instance)
{
FractionManager.Instance.overAsync(id, scorercontinuer, orderName);
}
}
}