14 lines
248 B
C#
14 lines
248 B
C#
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using Unity.Mathematics;
|
|
using UnityEngine;
|
|
|
|
namespace BITFALL.GameMode
|
|
{
|
|
public class UnityInfoPlayerStart : UnityInfoEntityStart<InfoPlayerStart>,InfoPlayerStart
|
|
{
|
|
}
|
|
}
|
|
|