15 lines
220 B
C#
15 lines
220 B
C#
|
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()
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|