I don't understand what is causing a CS1513 error. I'm using Microsoft Visual Studio.
Here's my code:
using UnityEngine;
using System.Collections;
public class GameStarted : MonoBehaviour {
void GameStartMsg()
{
Debug.Log("Game started!");
}
That's all I see:
