1// Copyright (c) 2014 Silicon Studio Corp. (http://siliconstudio.co.jp)
2// This file is distributed under GPL v3. See LICENSE.md for details.
3namespace SiliconStudio.ActionStack
4 {
5 /// <summary>
6 /// The <see cref="SiliconStudio.ActionStack"/> namespace contains several classes to manage a stack of actions. It supports undo/redo and transactions of actions.