13 lines
219 B
C#
13 lines
219 B
C#
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
using UnityEditor;
|
|
|
|
namespace HeurekaGames
|
|
{
|
|
public class Heureka_PackageDataPromo : Heureka_PackageData
|
|
{
|
|
|
|
}
|
|
} |