9 lines
155 B
C#
9 lines
155 B
C#
|
using Script.UI;
|
|||
|
|
|||
|
namespace Script
|
|||
|
{
|
|||
|
public class GlobalManager : SingleManager<GlobalManager>
|
|||
|
{
|
|||
|
public SummaryInfo summaryInfo;
|
|||
|
}
|
|||
|
}
|