You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I tried to fix for play mode a lot of time but I have error in 👍 Assets/MyAssets/Scripts/PlayerManager.cs(140,15): error CS1022: Type or namespace definition, or end-of-file expected
#78
Open
aymanekoraiban opened this issue
Sep 1, 2024
· 0 comments
using System;
using System.Collections.Generic;
using UnityEngine;
public class PlayerManager : MonoBehaviour
{
[HideInInspector]
public List collectedFood;
private GameManager _GameManager;
private CanvasUiManager _CanvasUiManager;
public float cashCollectAnimDuration, moneySpriteAnimSpeed, moneySpriteScaleAnimDuration;
public int moneyUiVibrate;
public Vector3 scaleValue;
public GameObject moneySprite;
public Transform moneyUiPos;
private bool canAnimate = true;
using System;
using System.Collections.Generic;
using UnityEngine;
public class PlayerManager : MonoBehaviour
{
[HideInInspector]
public List collectedFood;
private GameManager _GameManager;
private CanvasUiManager _CanvasUiManager;
public float cashCollectAnimDuration, moneySpriteAnimSpeed, moneySpriteScaleAnimDuration;
public int moneyUiVibrate;
public Vector3 scaleValue;
public GameObject moneySprite;
public Transform moneyUiPos;
private bool canAnimate = true;
public class MonoBehaviour
{
}
internal class _CanvasUiManager
{
}
public PlayerManager()
{
}
The text was updated successfully, but these errors were encountered: