9 lines
141 B
C#
9 lines
141 B
C#
using UnityEngine;
|
|
|
|
public class SpawnTest : MonoBehaviour
|
|
{
|
|
void Awake()
|
|
{
|
|
SelectionOptions.Instance.SpawnPlayers();
|
|
}
|
|
} |