9 lines
301 B
C#
9 lines
301 B
C#
// <auto-generated> File: EnvironmentDataAsset.cs
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace DDD
|
|
{
|
|
[CreateAssetMenu(fileName = "EnvironmentDataAsset", menuName = "GoogleSheet/EnvironmentDataAsset")]
|
|
public class EnvironmentDataAsset : DataAsset<EnvironmentDataEntry> { }
|
|
} |