CultivateImmortal/Assets/Scripts/GameMgr.cs

15 lines
220 B
C#
Raw Normal View History

2024-11-14 18:15:51 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class GameMgr:SingletonAutoMono<GameMgr>
{
//<2F><><EFBFBD><EFBFBD><EFBFBD>Ƿ<EFBFBD>ֹͣ<CDA3><D6B9><EFBFBD><EFBFBD>
public bool isStopAtk = true;
void Awake()
{
}
}