CSMap.Start C# (CSharp) Method

Start() protected method

protected Start ( ) : IEnumerator
return IEnumerator
    protected virtual IEnumerator Start()
    {
        Debug.LogWarning("CSMap.Start");

        yield return 0;
    }