HKI Core
IntegerContainer.cs
Go to the documentation of this file.
1 using UnityEngine;
2 
3 namespace HKI.Core.Containers
4 {
10  [CreateAssetMenu(fileName = "Integer Container", menuName = "HKI/Containers/Integer Container", order = 1)]
11  public class IntegerContainer : GenericContainer<int>
12  {
13 
14  }
15 }
Integer variante of the GenericContainer<T> container
Generic container to store data of a type T in a ScriptableObject