using OpenCVForUnity.CoreModule; using System.Collections.Generic; public class HandsUp : PoseBase { public override bool CheckPose(List points) { return true; } }