16 lines
233 B
C#
16 lines
233 B
C#
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace Ether
|
|
{
|
|
public class OfficialStartGame : Singleton<OfficialStartGame>
|
|
{
|
|
|
|
public void OnStart()
|
|
{
|
|
}
|
|
}
|
|
}
|