long candy support

This commit is contained in:
meelstorm
2025-08-28 16:30:52 +02:00
parent bf13a5ea2d
commit d52c844b5d
24 changed files with 1714 additions and 16 deletions

View File

@@ -48,16 +48,16 @@ public class OpenCVCanvas:ICanvas
public void DrawCross(Vector2 location)
{
throw new NotImplementedException();
}
public void DrawNode(Vector2 location)
{
throw new NotImplementedException();
}
public void DrawArrow(Vector2 location, Vector2 direction)
{
throw new NotImplementedException();
}
}