b15f3b7391
Need to implement: Slider and logic for it and UI and the logic for that as well.
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>
|
|
};
|
|
}
|
|
} |