RespawnPoint.cs 86 B

123456
  1. using System;
  2. using UnityEngine;
  3. public class RespawnPoint : MonoBehaviour
  4. {
  5. }