add project files
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace OHM.UnityToolkit
|
||||
{
|
||||
[Serializable]
|
||||
public class RandomPoolElement<T>
|
||||
{
|
||||
[SerializeField]
|
||||
public T element;
|
||||
|
||||
[SerializeField]
|
||||
public int weight;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user