12 lines
261 B
C#
12 lines
261 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace UltimateProceduralPrimitivesFREE
|
|
{
|
|
[System.Serializable]
|
|
public class NotAvailableInFreeVersion
|
|
{
|
|
[ReadOnly] public string FreeVersion = "NotAvailable";
|
|
}
|
|
} |