Unity2D Script error - Type or namespace “Player” could not be found C#

后端 未结 0 1179
甜味超标
甜味超标 2021-01-31 16:46

My Friend needs help!

Code:

using System.Collections.Generic;
using UnityEngine;


public class Obstacle : MonoBehaviour
{
    public int damage = 1;
    p         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题