HKI Core
HKIVarAttribute.cs
Go to the documentation of this file.
1 using UnityEngine;
2 using System;
3 
4 namespace HKI.Core.Variables
5 {
9  public class HKIVarAttribute : Attribute
10  {
11 
12  }
13 }
Special attribute for indicating a variable type for the use by the editor.