mirror of
https://git.femboyfinancial.jp/james/lipsync.git
synced 2024-11-21 18:22:03 -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;
|
|
}
|
|
|
|
}
|