13 lines
206 B
C#
13 lines
206 B
C#
using System;
|
|
using System.Collections;
|
|
using UnityEngine;
|
|
|
|
public class GameBuildCustomization : MonoBehaviour
|
|
{
|
|
private void Awake()
|
|
{
|
|
}
|
|
|
|
[SerializeField]
|
|
private GameObject m_PromoPopupPrefab;
|
|
}
|