using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
[CreateAssetMenu(menuName = "Major Project/GameMode Refence", order = 201)]
|
|
public class GameModeReference : ScriptableObject
|
|
{
|
|
public GameMode Value;
|
|
}
|