Inventory Engine  v3.8
Classes | Namespaces
MMCircularList.cs File Reference

Classes

class  MoreMountains.Tools.MMCircularList< T >
 A improved list that lets you parse it and automatically have it loop to the start or end when you reach the end or start To use it : set the CurrentIndex to whatever you want, then use IncrementCurrentIndex / DecrementCurrentIndex to move it, get the current element via Current More...
 

Namespaces

namespace  MoreMountains
 
namespace  MoreMountains.Tools