Files
WhaleAdventure_VR/Packages/com.heurekagames.utils/Editor/Readme/Heureka_PackageDataPromo.cs
skrwns304@gmail.com c8117a41b4 에셋 정리
2026-06-26 17:08:16 +09:00

13 lines
225 B
C#

using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
namespace HeurekaGames.Utils
{
public class Heureka_PackageDataPromo : Heureka_PackageData
{
}
}