Exemple #1
0
    // Use this for initialization
    void Awake()
    {
        m_instance = this;

        InitStroyLineConfig();
        InitCameraGroupConfig();
        InitDialogConfig();
        InitActionConfig();
        InitCameraConfig();
    }
Exemple #2
0
 void OnDestroy()
 {
     m_instance = null;
 }