浏览代码

Fixed hide visibility warning

/main
peeweek 5 年前
当前提交
6d4fffae
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      Runtime/LevelScripting/Logic/NTimesLogic.cs

4
Runtime/LevelScripting/Logic/NTimesLogic.cs


void Awake()
{
Reset();
ResetCount();
public void Reset()
public void ResetCount()
{
m_RemainingCount = Count;
}

正在加载...
取消
保存