f8590432ba
Created assemblies for the new design code. Relocated legacy scripts into a legacy folder and made a "new_design" folder for new design.
14 lines
286 B
C#
14 lines
286 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
|
|
namespace Scriptable
|
|
{
|
|
[CreateAssetMenu(fileName = "GameState", menuName = "ScriptableObjects/GameStateManager", order = 1)]
|
|
public class GlobalReferences : ScriptableObject
|
|
{
|
|
|
|
}
|
|
}
|