Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created March 17, 2025 11:57
シンプルRPGチュートリアル第46回 戦闘に関する機能を管理するクラス
using System.Collections;
using UnityEngine;
namespace SimpleRpg
{
/// <summary>
/// 戦闘に関する機能を管理するクラスです。
/// </summary>
public class BattleManager : MonoBehaviour
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment