2024-03-12 21:54:29 +08:00
|
|
|
using System;
|
|
|
|
using System.Collections;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using Unity.Mathematics;
|
|
|
|
using UnityEngine;
|
|
|
|
|
|
|
|
namespace BITFALL.GameMode
|
|
|
|
{
|
2024-04-13 01:10:30 +08:00
|
|
|
public class UnityInfoPlayerStart : UnityInfoEntityStart<InfoPlayerStart>,InfoPlayerStart
|
2024-03-12 21:54:29 +08:00
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|