OneShotOneKill/Assets/Script/Info/NetWait.cs

4 lines
125 B
C#
Raw Normal View History

2026-01-07 21:27:42 +00:00
public class NetWait : MonoBehaviourSingletonTemplate<NetWait>
{
public void Set(bool _on) { go_child.SetActive(_on); }
}