mirror of
https://github.com/Mukheem/TwinTurbine.git
synced 2025-01-20 09:31:50 +01:00
15 lines
370 B
C#
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>
|
|
};
|
|
}
|
|
} |