Translate camera instruction set

This commit is contained in:
AkmalFairuz
2025-06-20 02:11:25 +07:00
parent 10608d39cf
commit fa70365ddf
3 changed files with 100 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ import (
// CameraInstruction gives a custom camera specific instructions to operate.
type CameraInstruction struct {
// Set is a camera instruction that sets the camera to a specified preset.
Set protocol.Optional[protocol.CameraInstructionSet]
Set protocol.Optional[proto.CameraInstructionSet]
// Clear can be set to true to clear all the current camera instructions.
Clear protocol.Optional[bool]
// Fade is a camera instruction that fades the screen to a specified colour.