Exemplo n.º 1
0
    // Use this for initialization
    void Awake()
    {
        m_instance = this;

        InitStroyLineConfig();
        InitCameraGroupConfig();
        InitDialogConfig();
        InitActionConfig();
        InitCameraConfig();
    }
Exemplo n.º 2
0
 void OnDestroy()
 {
     m_instance = null;
 }