smrendererv3/SMCode/SM.Base/Window/Contexts/FixedUpdateContext.cs
2021-03-17 14:12:31 +01:00

13 lines
208 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SM.Base.Window.Contexts
{
public struct FixedUpdateContext
{
}
}