Feel  4.0.1
The best way to improve your game's feel and make it extra juicy
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