mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2024-11-22 02:32:04 -08:00
10 lines
174 B
C#
10 lines
174 B
C#
|
namespace Boare.Lib.Vsq {
|
|||
|
|
|||
|
public class VsqBPPairSearchContext {
|
|||
|
public int clock;
|
|||
|
public int index;
|
|||
|
public VsqBPPair point;
|
|||
|
}
|
|||
|
|
|||
|
}
|