smrendererv3/SMCode/SM.Base/Window/Contexts/FixedUpdateContext.cs
2021-03-18 10:13:43 +01:00

16 lines
285 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SM.Base.Window.Contexts
{
/// <summary>
/// A context for the fixed update.
/// </summary>
public struct FixedUpdateContext
{
}
}