سیـشارپ

1 گفتگو
منتشر شده
فیلتر زمانی ( )
فیلتر نمایش ( )

یونیتی.سی.شارپ.ساخت.بازی.AA

همه ی دایره ها بجز دایره ی آخر به حالت WinGame می روند چیکار کنم که دایره ی آخر هم WinGame بشه using System.Collections; using System.Collections.Generic; using UnityEngine; public enum State{ InGame, GameOver, WinGame } public class GameManaged : MonoBehaviour { public State curren...