TigerProject/Assets/Scripts/MonsterFactory.cs
qoralstmd6825 7449deee12 Map Generator Added
맵 생성기 제작했습니다.
2026-01-26 18:07:09 +09:00

17 lines
285 B
C#

using UnityEngine;
public class MonsterFactory : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}