TwinTurbine/Assets/Proxima/Runtime/Generated/ProximaReflection.Template.cs
2024-05-12 17:20:19 +02:00

15 lines
370 B
C#

using System.Collections.Generic;
using UnityEngine;
namespace Proxima
{
using UnityProperty = ProximaComponentCommands.PropertyInfo;
internal static class ProximaReflection_Template
{
public static Dictionary<string, UnityProperty[]> Properties = new Dictionary<string, UnityProperty[]>
{
// <Auto-generated>
};
}
}