Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created August 13, 2025 09:00
Show Gist options
  • Select an option

  • Save todorok1/30b2b1f96ce7aa57293baa66152139bf to your computer and use it in GitHub Desktop.

Select an option

Save todorok1/30b2b1f96ce7aa57293baa66152139bf to your computer and use it in GitHub Desktop.
シンプルRPGチュートリアル第116回 敵キャラクターとのエンカウントを管理するクラス
using UnityEngine;
using System.Linq;
using System.Collections;
namespace SimpleRpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment