Degullmok-client/Assets/Script/Game/StoneController.cs
Lim0_C 5b60f2d148 수정
미숙한 깃 사용
2025-03-12 16:11:01 +09:00

19 lines
299 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class StoneController : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}