+ Time controls (Stopwatch, Timers, Intervals) + Added smmeries to everything in SM.Base ~ Renamed Vectors to CVectors.
10 lines
No EOL
203 B
C#
10 lines
No EOL
203 B
C#
namespace SM.Base.Scene
|
|
{
|
|
/// <summary>
|
|
/// A iteration of <see cref="IShowItem"/> to reduce clutter.
|
|
/// </summary>
|
|
public interface IBackgroundItem : IShowItem
|
|
{
|
|
|
|
}
|
|
} |