4 lines
125 B
C#
4 lines
125 B
C#
|
|
public class NetWait : MonoBehaviourSingletonTemplate<NetWait>
|
||
|
|
{
|
||
|
|
public void Set(bool _on) { go_child.SetActive(_on); }
|
||
|
|
}
|