10 lines
114 B
C#
10 lines
114 B
C#
using UnityEngine;
|
|
|
|
namespace Unicorn
|
|
{
|
|
|
|
public class GameManager: MonoBehaviour
|
|
{
|
|
|
|
}
|
|
} |