Init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace QFSW.QC.Actions
|
||||
{
|
||||
/// <summary>
|
||||
/// Waits until the next frame.
|
||||
/// </summary>
|
||||
public class WaitFrame : WaitRealtime
|
||||
{
|
||||
public WaitFrame() : base(0)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user