ERROR CS1513预计(C#) [英] ERROR CS1513 expected (C#)

查看:452
本文介绍了ERROR CS1513预计(C#)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

下面的脚本:

使用System.Collections;

使用System.Collections.Generic;

使用UnityEngine ;

解决方案

"CS"错误非常容易查找,应该从文档中清楚说明:


CS1513


在这种情况下,缺少结束大括号(在脚本末尾关闭类)


Script below:

using System.Collections;
using System.Collections.Generic;
using UnityEngine;

解决方案

The 'CS' errors are pretty easy to look up and it should be clear from the documentation:

CS1513

In this case, a missing closing curly bracket (at the end of your script to close the class).


这篇关于ERROR CS1513预计(C#)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆