Как закончить этот сценарий
error CS1022: Type or namespace definition, or end-of-file expected.
using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using ChartboostSDK; namespace game{ void Start() { Chartboost.showInterstitial(CBLocation.HomeScreen); Invoke("showInterstitial", 60.0f); } } }
Что я уже пробовал:
I placed extra brackets but still the same error.