MyClass.OnSecondRuntimeMethodLoad C# (CSharp) Метод

OnSecondRuntimeMethodLoad() приватный Метод

private OnSecondRuntimeMethodLoad ( ) : void
Результат void
    public static void OnSecondRuntimeMethodLoad()
    {
        Debug.Log("SecondMethod After scene is loaded and game is running.");
    }