using System; using System.Collections.Generic; using Random = System.Random; using UnityEngine; namespace OHM.UnityToolkit { public static class RandomPoolUtils { private static int getPoolMaxValue(List pool) { return default(int); } public static ET DrawElementFromPool(Random random, List pool) { return default(ET); } } }